This commit is contained in:
Derek Smith 2023-04-12 09:56:59 -04:00
parent 3a6b073a01
commit 7da3f29f42
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
5 changed files with 3 additions and 1 deletions

0
btcpayserver/remote_scripts/btcpay-backup.sh Normal file → Executable file
View File

0
btcpayserver/remote_scripts/btcpay-restore.sh Normal file → Executable file
View File

2
project_defaults.sh Normal file → Executable file
View File

@ -33,7 +33,7 @@ DEFAULT_DB_IMAGE="mariadb:10.11.2-jammy"
# run the docker stack.
export GHOST_IMAGE="ghost:5.38.0"
export GHOST_IMAGE="ghost:5.42.0"
# TODO switch to mysql. May require intricate export work for existing sites.
# THIS MUST BE COMPLETED BEFORE v1 RELEASE

View File

@ -110,6 +110,7 @@ if [ "$RESTART_FRONT_END" = true ]; then
export SITE_PATH="$SITES_PATH/$DOMAIN_NAME"
# source the site path so we know what features it has.
source ../../deployment_defaults.sh
source ../project_defaults.sh
source "$SITE_PATH/site.conf"
source ../domain_env.sh

View File

@ -9,6 +9,7 @@ for DOMAIN_NAME in ${DOMAIN_LIST//,/ }; do
export SITE_PATH="$SITES_PATH/$DOMAIN_NAME"
# source the site path so we know what features it has.
source ../../deployment_defaults.sh
source ../project_defaults.sh
source "$SITE_PATH/site.conf"
source ../domain_env.sh