Skip to content

Commit

Permalink
Update auto-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou authored Mar 24, 2024
1 parent 3648609 commit 30478b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
private_key: ${{ secrets.EC2_PRIVATE_KEY }}
run: |
echo $private_key > private_key.pem
ssh -i private_key.pem "${username}@${host}" echo hello
ssh -o StrictHostKeyChecking=no -i private_key.pem "${username}@${host}" echo hello

0 comments on commit 30478b4

Please sign in to comment.