Update main.yaml
This commit is contained in:
parent
8e87c62ab1
commit
849543d8be
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
|
|
@ -50,5 +50,5 @@ jobs:
|
|||
- name: Stack deploy
|
||||
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 docker-compose.yml --with-registry-auth
|
||||
DOCKER_HOST=ssh://root@$DOMAIN docker stack deploy decla-red-server -c docker-compose.yml --with-registry-auth
|
||||
working-directory: backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue