File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments