We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26b184 commit 42a58ecCopy full SHA for 42a58ec
.github/workflows/website.yml
@@ -20,6 +20,7 @@ jobs:
20
yarn build
21
- name: Setup SSH
22
run: |
23
+ mkdir -p ~/.ssh
24
echo "${{secrets.SSH_CDN_PRIVATE_KEY}}" > ~/.ssh/id_rsa
25
echo "Host ${{ secrets.SSH_HOST }}" > ~/.ssh/config
26
echo " User ${{ secrets.SSH_CDN_USERNAME }}" >> ~/.ssh/config
0 commit comments