#11 Moved env vars into correct location for pipeline

This commit is contained in:
Luke Else 2024-02-16 13:15:22 +00:00
parent 76f1a5d992
commit 61e845c5b1

View File

@ -2,6 +2,8 @@ variables:
APPSECRET: "test" APPSECRET: "test"
ENVIRON: "test" ENVIRON: "test"
FILESTORE: "static/assets/img/products/" FILESTORE: "static/assets/img/products/"
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
# pytest: # pytest:
# stage: test # stage: test
@ -11,9 +13,6 @@ variables:
# - pytest # - pytest
deploy: deploy:
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
image: docker:stable image: docker:stable
stage: deploy stage: deploy
services: services: