Skip to content

Commit

Permalink
update(builder): add port
Browse files Browse the repository at this point in the history
  • Loading branch information
1stdevfriend committed Dec 11, 2023
1 parent 48360a2 commit 2d55bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
with:
host: ${{ secrets.REMOTE_HOST }}
user: ${{ secrets.REMOTE_USER }}
password: ${{ secrets.REMOTE_PASSWORD }}
pass: ${{ secrets.REMOTE_PASSWORD}}
port: 22
script: |
cd /root/donations/gaming-donation
docker-compose down
Expand Down

0 comments on commit 2d55bbb

Please sign in to comment.