Compare commits
No commits in common. "b275f60f94d1b44bb8cb77d8a45cfbaae7536770" and "5f49117196668c14f5004ae06fe6f66c5d6db35f" have entirely different histories.
b275f60f94
...
5f49117196
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue