Split up moon counter from the database #489

Merged
Vylpes merged 20 commits from feature/300-moon-set into develop 2025-02-03 17:42:11 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f0a7d68adf - Show all commits

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