3 lines
194 B
Bash
Executable File
3 lines
194 B
Bash
Executable File
#!/bin/bash
|
|
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 |