cloud-run-hello
cloud-run-hello copied to clipboard
Add environment variable COLOR to set background color of index.html
Added environment variable COLOR to set, if present, the background color of index.html to address request in issue #28.
Examples:
gcloud run deploy cloud-run-hello --image <image> --set-env-vars COLOR=red --revision-suffix red --allow-unauthenticated
gcloud run deploy cloud-run-hello --image <image> --set-env-vars COLOR=#66FF99 --revision-suffix red --allow-unauthenticated