Skip to content

Commit 4f36a7f

Browse files
authored
Merge branch 'develop' into 82-add-pipeline-to-combine-course-and-professor
2 parents a6041b5 + 2ef178d commit 4f36a7f

File tree

4 files changed

+3319
-0
lines changed

4 files changed

+3319
-0
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

0 commit comments

Comments
 (0)