Skip to content

Commit

Permalink
fix: added sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-singh8 committed Sep 11, 2023
1 parent 17a0990 commit af5787a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
chmod 600 keyfile
mkdir -p ~/.ssh
cp .github/known_hosts ~/.ssh/known_hosts
ssh -i keyfile [email protected] "bash ~/deploy.sh"
ssh -i keyfile [email protected] "sudo bash ~/deploy.sh"

0 comments on commit af5787a

Please sign in to comment.