cloud-run-hello icon indicating copy to clipboard operation
cloud-run-hello copied to clipboard

Add environment variable COLOR to set background color of index.html

Open jeremysolarz opened this issue 3 years ago • 0 comments

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

jeremysolarz avatar Dec 30 '21 10:12 jeremysolarz