Delete files not in the destination
All checks were successful
Deploy To Stage / build (push) Successful in 19s
Deploy To Stage / deploy (push) Successful in 14s

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 - 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