fix initial deployment
This commit is contained in:
parent
650e4826bf
commit
32c44514f6
@ -34,14 +34,20 @@ deploy() {
|
|||||||
ln -snfv ${GIT_REPO_PATH}/public ${DEPLOY_PATH}
|
ln -snfv ${GIT_REPO_PATH}/public ${DEPLOY_PATH}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Initial deployment
|
||||||
|
|
||||||
if [ ! -d ${GIT_REPO_PATH} ]; then
|
if [ ! -d ${GIT_REPO_PATH} ]; then
|
||||||
git clone --recurse-submodules 'https://gitea.cuqmbr.xyz/cuqmbr/cuqmbr.xyz.git' ${GIT_REPO_PATH}
|
git clone --recurse-submodules 'https://gitea.cuqmbr.xyz/cuqmbr/cuqmbr.xyz.git' ${GIT_REPO_PATH}
|
||||||
|
cd ${GIT_REPO_PATH}
|
||||||
build
|
build
|
||||||
deploy
|
deploy
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
start_dir=$(pwd)
|
|
||||||
|
# Periodic updates
|
||||||
|
|
||||||
cd ${GIT_REPO_PATH}
|
cd ${GIT_REPO_PATH}
|
||||||
|
|
||||||
git remote update
|
git remote update
|
||||||
@ -54,5 +60,3 @@ if [ "$LOCAL_COMMIT" != "$REMOTE_COMMIT" ]; then
|
|||||||
build
|
build
|
||||||
deploy
|
deploy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "${start_dir}"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user