Compare commits
No commits in common. "ed52f3e3dc508fdc5e6a5dca3f7c317e686d1721" and "3d143e7c7331b392eb7c8b7b4add56a7afb24a18" have entirely different histories.
ed52f3e3dc
...
3d143e7c73
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue