diff --git a/deploy_alpine.sh b/deploy_alpine.sh index 7dbdd79..723dc32 100755 --- a/deploy_alpine.sh +++ b/deploy_alpine.sh @@ -24,10 +24,10 @@ git checkout ${BRANCH} || exit $? git status || exit $? git pull --rebase || exit $? git submodule update --init --recursive +REMOTE=alpine-be ./examples/app_hub/scripts/sync-landing-to-be.sh if [ ! -f "./examples/crash_reporter/backend/config/config.php.alpine" ]; then cp -f ./examples/crash_reporter/backend/config/config.php ./examples/crash_reporter/backend/config/config.php.alpine || exit $? ## patch config if needed fi cp -f ./examples/crash_reporter/backend/config/config.php.alpine ./examples/crash_reporter/backend/config/config.php || exit $? -REMOTE=alpine-be ./examples/app_hub/scripts/sync-landing-to-be.sh just_reload