Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Fix typo on scripts folder
  • Loading branch information
JantsoP authored Oct 7, 2023
1 parent d748c0c commit 7c9f504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
script: |
bash /opt/sripts/deploy.sh
bash /opt/scripts/deploy.sh

0 comments on commit 7c9f504

Please sign in to comment.