From cbe6964910fba5492b1567edb656b109110cc635 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 9 Nov 2025 21:26:45 -0800 Subject: [PATCH] deploy script --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 deploy.sh 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