update variable
This commit is contained in:
parent
e8fef9801e
commit
5dd913d1ca
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ stages:
|
||||||
- push
|
- push
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GL_TOKEN: $GL_TOKEN
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script : sudo docker-compose --env-file /data/docker/compose-files/others.env -f /data/docker/compose-files/others.yml up -d
|
script : sudo docker-compose --env-file /data/docker/compose-files/others.env -f /data/docker/compose-files/others.yml up -d
|
||||||
|
|
Loading…
Reference in a new issue