Skip to content

Commit

Permalink
Wrong SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachMeTW committed Oct 8, 2024
1 parent 75a98a0 commit 95e5996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
# Step 6: Deploy to EC2 via SSH
- name: Deploy to EC2
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} 'bash -s' < ./deployment/deploy.sh
ssh -o StrictHostKeyChecking=no ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} 'bash -s' < ~/deploy.sh

0 comments on commit 95e5996

Please sign in to comment.