Skip to content

Commit 2adffdd

Browse files
committed
feat: updated CI
1 parent 6af9c3e commit 2adffdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
echo "${{ secrets.EC2_SSH_KEY }}" > aws-keypair.pem
2020
chmod 400 aws-keypair.pem
21+
ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
2122
2223
- name: Deploy to EC2
2324
run: |

0 commit comments

Comments
 (0)