mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-06-15 12:59:55 +00:00
Lower scp verbosity
This commit is contained in:
parent
ed552c5084
commit
f8207b4e07
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ jobs:
|
||||||
|
|
||||||
- name: Copy over new build-action
|
- name: Copy over new build-action
|
||||||
run: |
|
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
|
- name: Set permissions on the deployed files
|
||||||
run: |
|
run: |
|
||||||
ssh -i ~/.ssh/aria-coffee-deploy ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }} "chmod -R 755 /var/www/Aria/dist"
|
ssh -i ~/.ssh/aria-coffee-deploy ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }} "chmod -R 755 /var/www/Aria/dist"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue