Skip to content

Commit

Permalink
Repoint cron job at microservice.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmidgley committed Aug 3, 2023
1 parent 946fd52 commit fcd28af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-create-daily-trivia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: create dev trivia questions
run: curl -X POST https://geobuff-dev.ts.r.appspot.com/api/trivia
run: curl -X POST https://generate-dot-geobuff-dev.ts.r.appspot.com/api/trivia
- name: create prod trivia questions
run: curl -X POST https://geobuff-prod-317101.ts.r.appspot.com/api/trivia
run: curl -X POST https://generate-dot-geobuff-prod-317101.ts.r.appspot.com/api/trivia
- name: deploy dev UI
run: curl -X POST https://api.vercel.com/v1/integrations/deploy/prj_tXmBeayQ5RRnX5hOwAXP9ku7umj6/F7H8SzRacv
- name: deploy prod UI
Expand Down

0 comments on commit fcd28af

Please sign in to comment.