actions: install rsync
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 5s
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 5s
This commit is contained in:
parent
d8000b089f
commit
1fd2a23db6
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ jobs:
|
|||
- name: Checkout Repository
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Install rsync
|
||||
run: apt install -y rsync
|
||||
|
||||
- name: Deploy via rsync
|
||||
uses: https://github.com/burnett01/rsync-deployments@6.0.0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue