We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1bc54 commit d3f146eCopy full SHA for d3f146e
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Deploy to EC2
24
run: |
25
- ssh -o StrictHostKeyChecking=no ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} << 'EOF'
+ ssh ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} << 'EOF'
26
set -e
27
cd ~/ssakssak-commit
28
0 commit comments