Skip to content

Commit 2ef178d

Browse files
authored
Merge pull request #94 from UTDNebula/map-location-runner-fix
Map location runner fix
2 parents c3b3a60 + afb26d2 commit 2ef178d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,17 @@ jobs:
5555
job: 'daily-prod'
5656
image: 'us-central1-docker.pkg.dev/api-tools-451421/runners/runner'
5757
region: us-central1
58+
59+
- name: Upload to monthly dev job
60+
uses: google-github-actions/deploy-cloudrun@v2
61+
with:
62+
job: 'monthly-dev'
63+
image: 'us-central1-docker.pkg.dev/api-tools-451421/runners/runner'
64+
region: us-central1
65+
66+
- name: Upload to monthly prod job
67+
uses: google-github-actions/deploy-cloudrun@v2
68+
with:
69+
job: 'monthly-prod'
70+
image: 'us-central1-docker.pkg.dev/api-tools-451421/runners/runner'
71+
region: us-central1

runners/monthly.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# for monthly tasks to run
44

55
# scrape, parse, and upload map locations
6-
./api-tools -headless -verbose -scrape -mapFlag
7-
./api-tools -headless -verbose -parse -mapFlag
8-
./api-tools -headless -verbose -upload -mapFlag
6+
./api-tools -headless -verbose -scrape -map
7+
./api-tools -headless -verbose -parse -map
8+
./api-tools -headless -verbose -upload -map

0 commit comments

Comments
 (0)