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 cb712b4 commit 6da02f8Copy full SHA for 6da02f8
.github/workflows/cd_frontend.yml
@@ -51,6 +51,10 @@ jobs:
51
coderomm/collabydraw:latest
52
coderomm/collabydraw:${{ github.sha }}
53
54
+ - name: Check SSH key presence (for debug)
55
+ run: |
56
+ echo "${{ secrets.SSH_PRIVATE_KEY }}" | head -n 15
57
+
58
- name: Deploy to VM
59
uses: appleboy/[email protected]
60
with:
.github/workflows/cd_ws.yml
@@ -33,6 +33,10 @@ jobs:
33
tags: |
34
coderomm/collabydraw-websocket:latest
35
coderomm/collabydraw-websocket:${{ github.sha }}
36
37
38
39
40
41
42
0 commit comments