aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-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