This commit is contained in:
parent
9ba8c0ca48
commit
6d3b723e3c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ jobs:
|
|||
|
||||
- name: rsync deployments
|
||||
run: |
|
||||
rsync -avzrP ./dist ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }}:/var/www/Aria
|
||||
rsync -avzrP -e "ssh -i ~/.ssh/aria-coffee-deploy" ./dist ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }}:/var/www/Aria
|
||||
|
||||
|
||||
- name: Set permissions on the deployed files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue