deploy script

This commit is contained in:
2025-11-09 21:26:45 -08:00
parent da1606c7f2
commit cbe6964910

3
deploy.sh Executable file
View File

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