This commit is contained in:
parent
c42b59e4f0
commit
cc4dae9b79
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ jobs:
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
chmod 700 ~/.ssh
|
chmod 700 ~/.ssh
|
||||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" >~/.ssh/id_ed25519
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" >~/.ssh/id_ed25519
|
||||||
echo "${{ secrets.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
|
echo "${{ secrets.SSH_KNOWN_HOSTS }}" >~/.ssh/known_hosts
|
||||||
chmod 644 ~/.ssh/known_hosts
|
chmod 644 ~/.ssh/known_hosts
|
||||||
- run: "ssh -vvv web@vimes.krutisch.de ls"
|
- run: "ssh -vvv web@vimes.krutisch.de ls"
|
||||||
- name: "Deploy"
|
- name: "Deploy"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue