Skip to content

Commit

Permalink
run script with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
bendsouza2 committed Jan 19, 2025
1 parent 3413377 commit beb7287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
key: ${{ secrets.EC2_SSH_KEY }}
script: |
cd ~/yt_translator
app/post_update.sh
sudo app/post_update.sh
- name: Revoke GitHub Actions runner IP address
run: |
Expand Down

0 comments on commit beb7287

Please # to comment.