Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent 38d6276 commit a0f8ba3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/wiki_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ jobs:
- name: Setup SSH
run: |
mkdir -p .ssh
ls -la
cd .ssh
ls -la
echo "${{ secrets.SSH_PRIVATE_KEY }}" >> .ssh/id_rsa
ls -la
chmod 600 .ssh/id_rsa
touch .ssh/known_hosts
ssh-keygen -R rettichlp.de
ls -la
ssh-keygen -f .ssh/known_hosts -R rettichlp.de
ls -la
deploy:
runs-on: ubuntu-latest
needs: [ build,setup-ssh ]
Expand Down

0 comments on commit a0f8ba3

Please sign in to comment.