diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..960c32d --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/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 \ No newline at end of file