changed run
This commit is contained in:
parent
b00059a4fb
commit
27e1ab6b66
5
run
5
run
@ -17,8 +17,9 @@ if [ $# -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# copy example production.env
|
# copy example production.env
|
||||||
|
if [ ! -f "env/production.env" ]; then
|
||||||
cp examples/env/production.env env/production.env
|
cp examples/env/production.env env/production.env
|
||||||
|
fi
|
||||||
|
|
||||||
echo "===> ENV Variables ..."
|
echo "===> ENV Variables ..."
|
||||||
env | sort
|
env | sort
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user