Skip to content

Commit d510fcb

Browse files
committed
ci: execute Cloud Run job automatically after deployment
This ensures that the groups URL database is brought up to date whenever we push new code, preventing outdated links and broken buttons.
1 parent 6222585 commit d510fcb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/google-cloudrun-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,6 @@ jobs:
149149
--http-method=POST \
150150
--oauth-service-account-email=${{ vars.GCP_SA_EMAIL }}
151151
fi
152+
153+
- name: Execute Cloud Run Job
154+
run: gcloud run jobs execute ${{ env.JOB_NAME }} --region ${{ env.PROJECT_REGION }}

0 commit comments

Comments
 (0)