fix: install rsync et openssh dans le job (runner Alpine)
Some checks failed
Deploy Bot on NAS / deploy (push) Failing after 2s
Some checks failed
Deploy Bot on NAS / deploy (push) Failing after 2s
This commit is contained in:
parent
cdc36dd42b
commit
e4a38d7853
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ jobs:
|
|||
deploy:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apk add --no-cache rsync openssh-client
|
||||
|
||||
- name: Checkout
|
||||
run: |
|
||||
git clone --depth 1 --branch ${{ github.ref_name }} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue