We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8970e2 commit 210f827Copy full SHA for 210f827
.github/workflows/deploy.yml
@@ -20,9 +20,9 @@ jobs:
20
with:
21
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
22
23
- - name: Deploy to Droplet
+ - name: Debug SSH Connection
24
run: |
25
- ssh -vvv -o "UseDNS=no" -o ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}
+ ssh -vvv -o "UseDNS=no" -o "StrictHostKeyChecking=no" ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}
26
27
- name: Test we are connect to the server
28
run: mkdir generate_with_github_actions
0 commit comments