pipery-dev/Pipery Cloud Run CD

CD pipeline for Google Cloud Run: push image → gcloud run deploy → traffic migration and health check

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project_pathPath to the project source tree.no.
config_filePath to the pipery config file.no.pipery/config.yaml
image_nameContainer image name to deploy (e.g. ghcr.io/org/app).no""
image_tagContainer image tag to deploy.no${{ github.sha }}
service_nameCloud Run service name.no""
regionGoogle Cloud Run region.nous-central1
project_idGoogle Cloud project ID.no""
platformTarget platform: managed or gke.nomanaged
trafficPercentage of traffic to route to new revision (0-100).no100
min_instancesMinimum number of Cloud Run instances.no0
max_instancesMaximum number of Cloud Run instances.no100
concurrencyMaximum concurrent requests per instance.no80
skip_pushSkip image push step.nofalse
skip_deploySkip deploy step.nofalse
skip_status_checkSkip health check step.nofalse
log_filePath to write the JSONL log file.nopipery.jsonl

no outputs