aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 10:39:59 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 10:39:59 -0600
commit5f0184a1a37d6aec890d2a9ca3fd8df494a5bb88 (patch)
treef2fb1ff79edb04d186e653038cf2e5cd19da9b42
parent0bcd07f31aaef2a15114586a3f08f20fa437dd51 (diff)
fix test branch name
-rw-r--r--deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh
index 64db9cf..689843a 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-if [ "$1" = "dev" ]; then
- branch=dev
+if [ "$1" = "test" ]; then
+ branch=test
location='/var/www/html-test'
elif [ "$1" = "prod" ]; then
branch=main