Merge branch 'main' into develop

This commit is contained in:
Ethan Lane 2024-12-10 10:44:00 +00:00
commit 2b96c7c0d3
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- run: yarn lint
- name: "Copy files over to location"
run: cp -r . ${{ secrets.PROD_REPO_PATH }}
run: rsync -rvzP . ${{ secrets.PROD_REPO_PATH }}
deploy:
environment: prod

View file

@ -23,7 +23,7 @@ jobs:
- run: yarn lint
- name: "Copy files over to location"
run: cp -r . ${{ secrets.STAGE_REPO_PATH }}
run: rsync -rvzP . ${{ secrets.STAGE_REPO_PATH }}
deploy:
environment: prod