Skip to content

Commit d3f146e

Browse files
authored
ci: 원복
1 parent 9b1bc54 commit d3f146e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Deploy to EC2
2424
run: |
25-
ssh -o StrictHostKeyChecking=no ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} << 'EOF'
25+
ssh ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} << 'EOF'
2626
set -e
2727
cd ~/ssakssak-commit
2828

0 commit comments

Comments
 (0)