This commit is contained in:
Aarni Halinen
2022-01-13 22:38:40 +02:00
parent 11efcdd579
commit 49a3b1449e
+3 -3
View File
@@ -53,8 +53,8 @@ lint:py:
stage: lint
needs: []
script:
- pip install pycodestyle
- pycodestyle --config=pycodestyle.cfg --count .
- pip install black==^21.12b0
- black --diff .
lint:js:
image: node:14
@@ -114,7 +114,7 @@ deploy:production:
- master
environment:
name: production
url: api.sahkoinsinoorikilta.fi
url: https://api.sahkoinsinoorikilta.fi
when: manual
variables:
DOCKER_HOST: $CI_DOCKER_HOST