parent
eb8aebe6df
commit
c42b59e4f0
1 changed files with 3 additions and 2 deletions
|
|
@ -16,8 +16,9 @@ jobs:
|
||||||
command -v rsync >/dev/null || ( apt-get update -y && apt-get install rsync -y )
|
command -v rsync >/dev/null || ( apt-get update -y && apt-get install rsync -y )
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
chmod 700 ~/.ssh
|
chmod 700 ~/.ssh
|
||||||
echo "$SSH_PRIVATE_KEY" >~/.ssh/id_ed25519
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" >~/.ssh/id_ed25519
|
||||||
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
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"
|
||||||
- name: "Deploy"
|
- name: "Deploy"
|
||||||
run: "./bin/deploy.sh"
|
run: "./bin/deploy.sh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue