Skip to content

Commit a2dde23

Browse files
committed
remove cd block
1 parent 0a9a757 commit a2dde23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/server.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
chmod 600 ~/.ssh/id_ed25519
2222
ssh-keyscan -p 22 -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
2323
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-
shell: bash
3024
3125
- name: Deploy to server
3226
run: |

0 commit comments

Comments
 (0)