This commit is contained in:
johnpccd 2025-05-23 23:06:32 +02:00
parent d117cf6965
commit ec65ad5395
3 changed files with 41 additions and 44 deletions

View File

@ -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")

View File

@ -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"