fix test branch name
This commit is contained in:
parent
0bcd07f31a
commit
5f0184a1a3
1 changed files with 2 additions and 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
|
||||
|
|
Loading…
Add table
Reference in a new issue