Update GitHub repository reference in install script
This commit is contained in:
parent
d8a39035b2
commit
e4451694f4
@ -17,7 +17,7 @@ PG_VERSION="17" setup_postgresql
|
|||||||
PG_DB_NAME="domainlocker" PG_DB_USER="domainlocker" setup_postgresql_db
|
PG_DB_NAME="domainlocker" PG_DB_USER="domainlocker" setup_postgresql_db
|
||||||
NODE_VERSION="22" setup_nodejs
|
NODE_VERSION="22" setup_nodejs
|
||||||
|
|
||||||
fetch_and_deploy_gh_release "domain-locker" "CrazyWolf13/domain-locker"
|
fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker"
|
||||||
|
|
||||||
msg_info "Installing Modules (patience)"
|
msg_info "Installing Modules (patience)"
|
||||||
cd /opt/domain-locker
|
cd /opt/domain-locker
|
||||||
@ -41,12 +41,12 @@ EOF
|
|||||||
set -a
|
set -a
|
||||||
source /opt/domain-locker.env
|
source /opt/domain-locker.env
|
||||||
set +a
|
set +a
|
||||||
npm run build
|
$STD npm run build
|
||||||
msg_info "Built Domain-Locker"
|
msg_info "Built Domain-Locker"
|
||||||
|
|
||||||
msg_info "Building Database schema"
|
msg_info "Building Database schema"
|
||||||
export PGPASSWORD="$DL_PG_PASSWORD"
|
export PGPASSWORD="$DL_PG_PASSWORD"
|
||||||
psql -h "$DL_PG_HOST" -p "$DL_PG_PORT" -U "$DL_PG_USER" -d "$DL_PG_NAME" -f "/opt/domain-locker/db/schema.sql"
|
$STD psql -h "$DL_PG_HOST" -p "$DL_PG_PORT" -U "$DL_PG_USER" -d "$DL_PG_NAME" -f "/opt/domain-locker/db/schema.sql"
|
||||||
msg_ok "Built Database schema"
|
msg_ok "Built Database schema"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user