From 75945de6bf6776e197843c4f80cf837fa2ef1f1f Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Mon, 15 Apr 2024 09:45:16 -0500 Subject: [PATCH] Added deployment script (until automated builds are established). --- 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..29424bb --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +wrangler pages deploy src --project-name garrity-co --branch prod