Fix bug.
This commit is contained in:
parent
3a6b073a01
commit
7da3f29f42
0
btcpayserver/remote_scripts/btcpay-backup.sh
Normal file → Executable file
0
btcpayserver/remote_scripts/btcpay-backup.sh
Normal file → Executable file
0
btcpayserver/remote_scripts/btcpay-restore.sh
Normal file → Executable file
0
btcpayserver/remote_scripts/btcpay-restore.sh
Normal file → Executable file
2
project_defaults.sh
Normal file → Executable file
2
project_defaults.sh
Normal file → Executable file
@ -33,7 +33,7 @@ DEFAULT_DB_IMAGE="mariadb:10.11.2-jammy"
|
|||||||
|
|
||||||
|
|
||||||
# run the docker stack.
|
# 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.
|
# TODO switch to mysql. May require intricate export work for existing sites.
|
||||||
# THIS MUST BE COMPLETED BEFORE v1 RELEASE
|
# THIS MUST BE COMPLETED BEFORE v1 RELEASE
|
||||||
|
@ -110,6 +110,7 @@ if [ "$RESTART_FRONT_END" = true ]; then
|
|||||||
export SITE_PATH="$SITES_PATH/$DOMAIN_NAME"
|
export SITE_PATH="$SITES_PATH/$DOMAIN_NAME"
|
||||||
|
|
||||||
# source the site path so we know what features it has.
|
# source the site path so we know what features it has.
|
||||||
|
source ../../deployment_defaults.sh
|
||||||
source ../project_defaults.sh
|
source ../project_defaults.sh
|
||||||
source "$SITE_PATH/site.conf"
|
source "$SITE_PATH/site.conf"
|
||||||
source ../domain_env.sh
|
source ../domain_env.sh
|
||||||
|
@ -9,6 +9,7 @@ for DOMAIN_NAME in ${DOMAIN_LIST//,/ }; do
|
|||||||
export SITE_PATH="$SITES_PATH/$DOMAIN_NAME"
|
export SITE_PATH="$SITES_PATH/$DOMAIN_NAME"
|
||||||
|
|
||||||
# source the site path so we know what features it has.
|
# source the site path so we know what features it has.
|
||||||
|
source ../../deployment_defaults.sh
|
||||||
source ../project_defaults.sh
|
source ../project_defaults.sh
|
||||||
source "$SITE_PATH/site.conf"
|
source "$SITE_PATH/site.conf"
|
||||||
source ../domain_env.sh
|
source ../domain_env.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user