We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa11a88 commit 34e162cCopy full SHA for 34e162c
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up SSH known_hosts
23
run: |
24
mkdir -p ~/.ssh
25
- ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
+ ssh-keyscan -H ${{ secrets.EC2_HOST }} >> ~/.ssh/known_hosts
26
27
- name: Deploy to EC2
28
0 commit comments