Skip to content

Commit 9ae2c96

Browse files
committed
Weekly runner in action
1 parent 03677bb commit 9ae2c96

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,20 @@ 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 weekly dev job
60+
uses: google-github-actions/deploy-cloudrun@v2
61+
with:
62+
job: 'weekly-dev'
63+
image: 'us-central1-docker.pkg.dev/api-tools-451421/runners/runner'
64+
region: us-central1
65+
66+
- name: Upload to weekly prod job
67+
uses: google-github-actions/deploy-cloudrun@v2
68+
with:
69+
job: 'weekly-prod'
70+
image: 'us-central1-docker.pkg.dev/api-tools-451421/runners/runner'
71+
region: us-central1
5872

5973
- name: Upload to monthly dev job
6074
uses: google-github-actions/deploy-cloudrun@v2

0 commit comments

Comments
 (0)