Compare commits

...

4 commits

Author SHA1 Message Date
e081ff7802 Revert "Use password secret"
All checks were successful
Deploy To Production / build (push) Successful in 52s
Deploy To Production / deploy (push) Successful in 15s
This reverts commit 725f3ee869.
2024-12-10 10:21:03 +00:00
725f3ee869 Use password secret 2024-12-10 10:19:40 +00:00
0cc4356793 Use rsync -rvzP 2024-12-10 10:10:13 +00:00
665fc293b5 Use rsync 2024-12-10 10:07:23 +00:00
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: cp -r . ${{ secrets.PROD_REPO_PATH }}
run: rsync -rvzP . ${{ secrets.PROD_REPO_PATH }}
deploy:
environment: prod

View file

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