Files
rothbard/deploy.sh
2025-11-09 21:38:45 -08:00

4 lines
219 B
Bash
Executable File

#!/bin/bash
source venv/bin/activate
gcloud builds submit --tag gcr.io/rothbard-staging2-12345/rothbard-app
gcloud run deploy rothbard-app --image gcr.io/rothbard-staging2-12345/rothbard-app:latest --region us-central1