cp
This commit is contained in:
parent
d117cf6965
commit
ec65ad5395
@ -52,7 +52,6 @@ DEPLOY_TO_CLOUD_RUN=true PROJECT_ID=my-project-id REGION=us-west1 SERVICE_NAME=m
|
|||||||
|
|
||||||
**Environment Variables:**
|
**Environment Variables:**
|
||||||
All variables from the build script, plus:
|
All variables from the build script, plus:
|
||||||
- `DEPLOY_TO_CLOUD_RUN`: Set to "true" to deploy to Cloud Run (default: "false")
|
|
||||||
- `PROJECT_ID`: Google Cloud project ID (required for Cloud Run deployment)
|
- `PROJECT_ID`: Google Cloud project ID (required for Cloud Run deployment)
|
||||||
- `REGION`: Google Cloud region (default: "us-central1")
|
- `REGION`: Google Cloud region (default: "us-central1")
|
||||||
- `SERVICE_NAME`: Name for the Cloud Run service (default: "sereact-api")
|
- `SERVICE_NAME`: Name for the Cloud Run service (default: "sereact-api")
|
||||||
|
|||||||
@ -12,5 +12,3 @@ echo "Image pushed successfully"
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Image pushed to: ${FULL_IMAGE_NAME}"
|
echo "Image pushed to: ${FULL_IMAGE_NAME}"
|
||||||
echo ""
|
echo ""
|
||||||
echo "To deploy to Cloud Run:"
|
|
||||||
echo "./scripts/deploy.sh"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user