Delete files not in the destination

This commit is contained in:
Ethan Lane 2025-01-11 16:11:13 +00:00
parent 9dd72a074b
commit 0fad587ae9

View file

@ -24,7 +24,7 @@ jobs:
- run: yarn test
- name: "Copy files over to location"
run: rsync -rvzP . ${{ secrets.STAGE_REPO_PATH }}
run: rsync -rvzP --delete . ${{ secrets.STAGE_REPO_PATH }}
deploy:
environment: prod