Skip to content

Commit

Permalink
Sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Naught0 committed Aug 4, 2024
1 parent 496a377 commit 013e666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
IdentityFile ~/.ssh/server.key
StrictHostKeyChecking no
END
apt-get update && apt-get install openssh-client
sudo apt-get update && sudo apt-get install openssh-client
env:
SSH_USER: ${{ secrets.SERVER_SSH_USER }}
SSH_KEY: ${{ secrets.SERVER_SSH_KEY }}
Expand Down

0 comments on commit 013e666

Please sign in to comment.