Skip to content

Commit 852bc1b

Browse files
committed
fix(ci): add SSH test step for debugging
1 parent 609df83 commit 852bc1b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- name: Add VPS to known hosts
6464
run: ssh-keyscan -t rsa,ecdsa,ed25519 103.235.75.227 >> ~/.ssh/known_hosts
6565

66+
- name: Test SSH connection
67+
run: ssh -o StrictHostKeyChecking=no root@103.235.75.227 "echo SSH connection successful"
68+
6669
- name: Create Kamal secrets file
6770
run: |
6871
mkdir -p .kamal

0 commit comments

Comments
 (0)