Skip to content

Add Cloud Run deploy workflow - #26

Merged
amrtgaber merged 1 commit into
mainfrom
gcp-deploy-workflow
Apr 11, 2026
Merged

Add Cloud Run deploy workflow#26
amrtgaber merged 1 commit into
mainfrom
gcp-deploy-workflow

Conversation

@amrtgaber

Copy link
Copy Markdown
Contributor

Summary

  • Add deploy.yml workflow: on push to main, runs CI then builds Docker image and deploys to Cloud Run via Workload Identity Federation (no static keys)
  • Update ci.yml: add workflow_call trigger so deploy can reuse it, bump actions/checkout to v6 and astral-sh/setup-uv to v7
  • Part of the Railway → GCP Cloud Run migration (Phase 3)

Test plan

  • Merge and verify the deploy workflow runs on push to main
  • Confirm the Cloud Run service updates with the new image
  • Check health endpoint responds after deploy

- Add deploy.yml: on push to main, runs CI then builds Docker image
  and deploys to Cloud Run via Workload Identity Federation
- Update ci.yml: add workflow_call trigger so deploy can reuse it,
  bump actions/checkout to v6 and astral-sh/setup-uv to v7
@amrtgaber
amrtgaber merged commit ca39761 into main Apr 11, 2026
2 checks passed
@amrtgaber
amrtgaber deleted the gcp-deploy-workflow branch April 11, 2026 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant