// CONTINUOUS DEPLOYMENT

Deployment Pipeline

Every push to main ships this site to Cloud Run automatically. Live GitHub Actions runs below.

View on GitHub
Deploy pipeline
  1. Git Commit
    git push origin main
  2. GitHub Actions
    CI triggered
  3. Build & Test
    next build
  4. Push Image
    to GCR
  5. Cloud Run
    deploy revision
  6. Live
    served on GCP
resume.mindtunnel.org

Recent runs (0)

repository

Loading workflow runs...