4 lines
219 B
Bash
Executable File
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 |