1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:57:40 +03:00

deploy script minor update

This commit is contained in:
Anton Afanasyeu
2026-06-21 00:03:49 +03:00
parent 0d8b06f096
commit aea1884f21

View File

@@ -24,10 +24,10 @@ git checkout ${BRANCH} || exit $?
git status || exit $? git status || exit $?
git pull --rebase || exit $? git pull --rebase || exit $?
git submodule update --init --recursive 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 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 $? cp -f ./examples/crash_reporter/backend/config/config.php ./examples/crash_reporter/backend/config/config.php.alpine || exit $?
## patch config if needed ## patch config if needed
fi fi
cp -f ./examples/crash_reporter/backend/config/config.php.alpine ./examples/crash_reporter/backend/config/config.php || exit $? 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 just_reload