Skip to content

Commit

Permalink
yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushchk committed Jul 23, 2024
1 parent 9fe8651 commit 879c758
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ jobs:
chmod 400 keyfile
mkdir -p ~/.ssh
cp known_hosts ~/.ssh/known_hosts
ssh -i keyfile [email protected]
source ./deploy.sh
ssh -t -i keyfile [email protected] "sudo bash ~/deploy.sh"

0 comments on commit 879c758

Please sign in to comment.