#11 Moved env vars into correct location for pipeline
This commit is contained in:
parent
76f1a5d992
commit
61e845c5b1
@ -2,6 +2,8 @@ variables:
|
||||
APPSECRET: "test"
|
||||
ENVIRON: "test"
|
||||
FILESTORE: "static/assets/img/products/"
|
||||
DOCKER_HOST: tcp://docker:2375/
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
||||
# pytest:
|
||||
# stage: test
|
||||
@ -11,9 +13,6 @@ variables:
|
||||
# - pytest
|
||||
|
||||
deploy:
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2375/
|
||||
DOCKER_DRIVER: overlay2
|
||||
image: docker:stable
|
||||
stage: deploy
|
||||
services:
|
||||
|
Loading…
Reference in New Issue
Block a user