Use rsync -rvzP
This commit is contained in:
parent
665fc293b5
commit
0cc4356793
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
- run: yarn test
|
||||
|
||||
- name: "Copy files over to location"
|
||||
run: rsync -r . ${{ secrets.PROD_REPO_PATH }}
|
||||
run: rsync -rvzP . ${{ secrets.PROD_REPO_PATH }}
|
||||
|
||||
deploy:
|
||||
environment: prod
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- run: yarn test
|
||||
|
||||
- name: "Copy files over to location"
|
||||
run: rsync -r . ${{ secrets.STAGE_REPO_PATH }}
|
||||
run: rsync -rvzP . ${{ secrets.STAGE_REPO_PATH }}
|
||||
|
||||
deploy:
|
||||
environment: prod
|
||||
|
|
Loading…
Reference in a new issue