We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9a757 commit a2dde23Copy full SHA for a2dde23
.github/workflows/server.yml
@@ -21,12 +21,6 @@ jobs:
21
chmod 600 ~/.ssh/id_ed25519
22
ssh-keyscan -p 22 -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
23
cat ~/.ssh/known_hosts
24
- shell: bash
25
-
26
- - name: Test SSH connection
27
- run: |
28
- ssh -i ~/.ssh/id_ed25519 -p 22 ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} "echo 'SSH connection successful!'"
29
30
31
- name: Deploy to server
32
run: |
0 commit comments