Update main.yaml

This commit is contained in:
András Schmelczer 2020-07-29 13:08:40 +02:00 committed by GitHub
parent 84639669d6
commit 6fc53ee51e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,5 +90,6 @@ jobs:
- name: Stack up
run: |
DOCKER_HOST=ssh://root@$DOMAIN docker login -u ${{ secrets.DOCKER_TOKEN }} -p ${{ secrets.DOCKER_TOKEN }} $CONTAINER_REGISTRY
DOCKER_HOST=ssh://root@$DOMAIN docker stack up declared -c docker-compose.yml --with-registry-auth
working-directory: infrastructure