We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd1418 commit a3c0194Copy full SHA for a3c0194
.github/workflows/cicd.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Deploy to EC2
58
uses: appleboy/ssh-action@master
59
with:
60
- host: ${{ secrets.SSH_HOST }}
+ host: ${{ secrets.SSH_KNOWN_HOSTS }}
61
username: ${{ secrets.SSH_USER }}
62
key: ${{ secrets.SSH_PRIVATE_KEY }}
63
script: |
0 commit comments