Compare commits

..

No commits in common. "e081ff78028beb53bea297926a686e04dd132193" and "6acc5a9a02a12e1e1d93f86874ec2c78f87a4fa1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
- run: yarn test
- 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

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