autocommit
This commit is contained in:
parent
37da5b8ac8
commit
5f685675f3
@ -76,6 +76,11 @@ cd /data/utils
|
|||||||
echo "Run init-server script..."
|
echo "Run init-server script..."
|
||||||
bash init-server.sh
|
bash init-server.sh
|
||||||
|
|
||||||
|
echo "create global environment vars..."
|
||||||
|
bash global-env.sh SERVER_DOMAIN $SERVER_HOST
|
||||||
|
bash global-env.sh ADMIN_EMAIL $ADMINEMAIL
|
||||||
|
bash global-env.sh SRV_START_DIR $SERVER_NAME
|
||||||
|
|
||||||
echo "Install $SERVER_NAME from gitea origin..."
|
echo "Install $SERVER_NAME from gitea origin..."
|
||||||
cd /data
|
cd /data
|
||||||
echo "Connect to git repository on host: $GIT_SSH_DOMAIN"
|
echo "Connect to git repository on host: $GIT_SSH_DOMAIN"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user