mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 07:37:33 +02:00
ci: publish cloudrun latest tag (#1398)
* ci: publish cloudrun latest tag
This commit is contained in:
parent
a19e45334b
commit
f812ec5812
3 changed files with 5 additions and 2 deletions
|
@ -29,7 +29,7 @@ gcloud secrets add-iam-policy-binding pomerium-config \
|
|||
|
||||
# Deploy pomerium with policy and configuration references
|
||||
gcloud run deploy pomerium --region us-central1 --platform managed --allow-unauthenticated --max-instances 1 \
|
||||
--image=gcr.io/pomerium-io/pomerium:v0.10.0-rc2-cloudrun \
|
||||
--image=gcr.io/pomerium-io/pomerium:latest-cloudrun \
|
||||
--set-env-vars VALS_FILES="/pomerium/config.yaml:ref+gcpsecrets://${PROJECT}/pomerium-config",POLICY=$(base64 policy.yaml)
|
||||
|
||||
# Set domain mappings for the protected routes and authenticate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue