Skip to content

Commit

Permalink
update deploy script permisiions
Browse files Browse the repository at this point in the history
  • Loading branch information
anisa07 committed Jul 25, 2024
1 parent e265a20 commit 35f8832
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
eval $(ssh-agent -s)
ssh-add private_key
- name: Grant execute permission to deploy.sh
run: chmod +x ./deploy.sh

- name: Run deployment script
env:
REMOTE_USER: ${{ secrets.REMOTE_USER }}
Expand Down

0 comments on commit 35f8832

Please sign in to comment.