Delete files not in the destination
This commit is contained in:
parent
9dd72a074b
commit
0fad587ae9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
|
|
||||||
- name: "Copy files over to location"
|
- name: "Copy files over to location"
|
||||||
run: rsync -rvzP . ${{ secrets.STAGE_REPO_PATH }}
|
run: rsync -rvzP --delete . ${{ secrets.STAGE_REPO_PATH }}
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
environment: prod
|
environment: prod
|
||||||
|
|
Loading…
Reference in a new issue