Update deploy.sh
This commit is contained in:
parent
aabde27ac7
commit
a333ab94bb
|
@ -168,7 +168,7 @@ function main () {
|
||||||
|
|
||||||
dev=
|
dev=
|
||||||
noinput=
|
noinput=
|
||||||
user=${USER:-root}
|
user=$(whoami)
|
||||||
repo='https://github.com/glic3rinu/django-orchestra.git'
|
repo='https://github.com/glic3rinu/django-orchestra.git'
|
||||||
brepo=
|
brepo=
|
||||||
project_name="panel"
|
project_name="panel"
|
||||||
|
|
Loading…
Reference in New Issue