Skip to content

Commit 6da02f8

Browse files
committed
debug(ci): check SSH key presence
1 parent cb712b4 commit 6da02f8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/cd_frontend.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
coderomm/collabydraw:latest
5252
coderomm/collabydraw:${{ github.sha }}
5353
54+
- name: Check SSH key presence (for debug)
55+
run: |
56+
echo "${{ secrets.SSH_PRIVATE_KEY }}" | head -n 15
57+
5458
- name: Deploy to VM
5559
uses: appleboy/[email protected]
5660
with:

.github/workflows/cd_ws.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
tags: |
3434
coderomm/collabydraw-websocket:latest
3535
coderomm/collabydraw-websocket:${{ github.sha }}
36+
37+
- name: Check SSH key presence (for debug)
38+
run: |
39+
echo "${{ secrets.SSH_PRIVATE_KEY }}" | head -n 15
3640
3741
- name: Deploy to VM
3842
uses: appleboy/[email protected]

0 commit comments

Comments
 (0)