installs ssh client
Some checks failed
update neo with compose files / update (push) Failing after 5s

This commit is contained in:
Didier Slof 2023-04-29 21:23:27 +02:00
parent 0c1b114f81
commit a96a4fb66b

View file

@ -5,6 +5,7 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- run: apt update -y && apt install -y openssh-client
- run: mkdir ~/.ssh
- name: create ssh profile
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa