Lower scp verbosity
All checks were successful
Deploy to Web Server / deploy (push) Successful in 27s
All checks were successful
Deploy to Web Server / deploy (push) Successful in 27s
This commit is contained in:
parent
ed552c5084
commit
f8207b4e07
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
- name: Copy over new build-action
|
||||
run: |
|
||||
scp -i ~/.ssh/aria-coffee-deploy -rv ./dist ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }}:/var/www/Aria
|
||||
scp -i ~/.ssh/aria-coffee-deploy -rC ./dist ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }}:/var/www/Aria
|
||||
|
||||
- name: Set permissions on the deployed files
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue