Install rsync in deploy workflow
The runner image doesn't include rsync by default.
This commit is contained in:
parent
8d9cca889a
commit
be9f97feb9
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ jobs:
|
|||
- name: Build
|
||||
run: zola build
|
||||
|
||||
- name: Install rsync
|
||||
run: apt-get update && apt-get install -y rsync
|
||||
|
||||
- name: Deploy via rsync
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue