This commit is contained in:
parent
7bca28e484
commit
48eff602bc
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ jobs:
|
|||
# run: |
|
||||
# scp -i ~/.ssh/aria-coffee-deploy -rC ./dist ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }}:/var/www/Aria
|
||||
|
||||
- name: install rsync
|
||||
run: |
|
||||
apt-get update -y && apt-get install rsync
|
||||
|
||||
- name: rsync deployments
|
||||
uses: https://github.com/Burnett01/rsync-deployments@7.0.2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue