Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shlok-007 authored May 7, 2024
1 parent 686d5ea commit 3d0098a
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 @@ -13,7 +13,7 @@ jobs:
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd /home/goto/GoTo/
Expand Down

0 comments on commit 3d0098a

Please sign in to comment.