diff options
Diffstat (limited to 'deploy.sh')
-rw-r--r-- | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |