Skip to content

Commit

Permalink
workflow tweak 2 docker-compose dash aded
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowdenWintermute committed Jan 23, 2024
1 parent dd8e750 commit cf9e0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: connect to vps, pull docker images and relaunch docker compose
uses: garygrossgarten/github-action-ssh@release
with:
command: cd /app && docker compose down && docker compose pull && docker compose up -d
command: cd /app && docker-compose down && docker-compose pull && docker-compose up -d
host: ${{ secrets.VPS_HOST_ADDRESS }}
username: ${{ secrets.VPS_USERNAME }}
password: ${{ secrets.VPS_PASSWORD }}
Expand Down

0 comments on commit cf9e0ff

Please sign in to comment.