Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
LikDan committed Oct 15, 2023
1 parent 602c0f2 commit 9023c39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
uses: D3rHase/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
script: ./update.sh backend
user: ${{ secrets.SSH_USER }}
private_key: ${{ secrets.SSH_KEY }}
command: ./update.sh backend

0 comments on commit 9023c39

Please sign in to comment.