added gitlab ci
This commit is contained in:
parent
1fbbec8d44
commit
ef72bb8d9b
1 changed files with 2 additions and 1 deletions
|
|
@ -316,4 +316,5 @@ deploy:development:
|
||||||
- docker login -u ${CI_REGISTRY_USER} -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
|
- docker login -u ${CI_REGISTRY_USER} -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
|
||||||
- docker stack deploy --with-registry-auth -c docker-compose.dev.yml webui
|
- docker stack deploy --with-registry-auth -c docker-compose.dev.yml webui
|
||||||
when: manual
|
when: manual
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue