Fix deployment issue

This commit is contained in:
schmelczerandras 2020-07-28 09:05:35 +02:00
parent edffd22c2e
commit 0d93c7a5bf
3 changed files with 4 additions and 1 deletions

View file

@ -90,5 +90,5 @@ jobs:
- name: Stack up
run: |
DOCKER_HOST=ssh://root@$DOMAIN docker stack up declared -c docker-compose.yml
DOCKER_HOST=ssh://root@$DOMAIN docker stack up declared -c docker-compose.yml --with-registry-auth
working-directory: infrastructure