Update main.yaml

This commit is contained in:
András Schmelczer 2020-10-07 21:36:21 +02:00 committed by GitHub
parent b5b643d4a9
commit 82d02198c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,3 +51,4 @@ jobs:
run: |
DOCKER_HOST=ssh://root@$DOMAIN docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}
DOCKER_HOST=ssh://root@$DOMAIN docker stack deploy cluster -c cluster-stack.yml --with-registry-auth
working-directory: backend