We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af9c3e commit 2adffddCopy full SHA for 2adffdd
.github/workflows/deploy.yml
@@ -18,6 +18,7 @@ jobs:
18
run: |
19
echo "${{ secrets.EC2_SSH_KEY }}" > aws-keypair.pem
20
chmod 400 aws-keypair.pem
21
+ ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
22
23
- name: Deploy to EC2
24
0 commit comments