Compare commits

..

No commits in common. "ed52f3e3dc508fdc5e6a5dca3f7c317e686d1721" and "3d143e7c7331b392eb7c8b7b4add56a7afb24a18" have entirely different histories.

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: rsync -rvzP . ${{ secrets.PROD_REPO_PATH }}
run: cp -r . ${{ secrets.PROD_REPO_PATH }}
deploy:
environment: prod

View file

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