Rework APP version logic
This commit is contained in:
parent
8d1c558af8
commit
5d48467a50
@ -54,6 +54,7 @@ $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET timezone TO 'UTC';"
|
|||||||
msg_ok "Set up PostgreSQL"
|
msg_ok "Set up PostgreSQL"
|
||||||
|
|
||||||
fetch_and_deploy_gh_release "manyfold" "manyfold3d/manyfold" "tarball" "latest" "/opt/manyfold"
|
fetch_and_deploy_gh_release "manyfold" "manyfold3d/manyfold" "tarball" "latest" "/opt/manyfold"
|
||||||
|
RELEASE=$(curl -fsSL https://api.github.com/repos/manyfold3d/manyfold/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
||||||
|
|
||||||
RUBY_INSTALL_VERSION=$(cat /opt/manyfold/.ruby-version)
|
RUBY_INSTALL_VERSION=$(cat /opt/manyfold/.ruby-version)
|
||||||
YARN_VERSION=$(grep '"packageManager":' /opt/manyfold/package.json | sed -E 's/.*"(yarn@[0-9\.]+)".*/\1/')
|
YARN_VERSION=$(grep '"packageManager":' /opt/manyfold/package.json | sed -E 's/.*"(yarn@[0-9\.]+)".*/\1/')
|
||||||
@ -67,7 +68,7 @@ msg_ok "Added manyfold user"
|
|||||||
|
|
||||||
msg_info "Setting .env file"
|
msg_info "Setting .env file"
|
||||||
cat <<EOF >/opt/.env
|
cat <<EOF >/opt/.env
|
||||||
export APP_VERSION=12345
|
export APP_VERSION=${RELEASE}
|
||||||
export GUID=1002
|
export GUID=1002
|
||||||
export PUID=1001
|
export PUID=1001
|
||||||
export PUBLIC_PORT=5000
|
export PUBLIC_PORT=5000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user