Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ jobs:
job: 'daily-prod'
image: 'us-central1-docker.pkg.dev/api-tools-451421/runners/runner'
region: us-central1

- name: Upload to monthly dev job
uses: google-github-actions/deploy-cloudrun@v2
with:
job: 'monthly-dev'
image: 'us-central1-docker.pkg.dev/api-tools-451421/runners/runner'
region: us-central1

- name: Upload to monthly prod job
uses: google-github-actions/deploy-cloudrun@v2
with:
job: 'monthly-prod'
image: 'us-central1-docker.pkg.dev/api-tools-451421/runners/runner'
region: us-central1
6 changes: 3 additions & 3 deletions runners/monthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# for monthly tasks to run

# scrape, parse, and upload map locations
./api-tools -headless -verbose -scrape -mapFlag
./api-tools -headless -verbose -parse -mapFlag
./api-tools -headless -verbose -upload -mapFlag
./api-tools -headless -verbose -scrape -map
./api-tools -headless -verbose -parse -map
./api-tools -headless -verbose -upload -map