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 a02f8bb commit d661257Copy full SHA for d661257
.github/workflows/docshome.yml
@@ -27,12 +27,12 @@ jobs:
27
env:
28
SSH_AUTH_SOCK: /tmp/ssh-auth.sock
29
run: |
30
+ set -x
31
mkdir -p ~/.ssh
32
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
33
chmod 0600 ~/.ssh/id_ed25519
34
ssh-keyscan ${{ secrets.DEPLOY_DOCS_HOST }} >> ~/.ssh/known_hosts
35
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
- #ssh-add - <<< "${{ secrets.DEPLOY_KEY }}"
36
ssh-add ~/.ssh/id_ed25519
37
38
- name: Create artifact archive
0 commit comments