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 f738bf3 commit c5e5a79Copy full SHA for c5e5a79
.github/workflows/deploy.yml
@@ -17,6 +17,7 @@ jobs:
17
submodules: true
18
- name: Set up SSH
19
run: |
20
+ set -x
21
mkdir -p ~/.ssh/
22
echo "${{ secrets.REMOTE_KEY }}" > ~/.ssh/id_ed25519-didev_deploy
23
chmod 600 ~/.ssh/id_ed25519-didev_deploy
0 commit comments