installs ssh client
Some checks failed
update neo with compose files / update (push) Failing after 5s
Some checks failed
update neo with compose files / update (push) Failing after 5s
This commit is contained in:
parent
0c1b114f81
commit
a96a4fb66b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-server.yml
vendored
1
.github/workflows/update-server.yml
vendored
|
@ -5,6 +5,7 @@ jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: apt update -y && apt install -y openssh-client
|
||||||
- run: mkdir ~/.ssh
|
- run: mkdir ~/.ssh
|
||||||
- name: create ssh profile
|
- name: create ssh profile
|
||||||
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||||
|
|
Reference in a new issue