mirror of
git://f0xx.org/android_cast
synced 2026-07-29 02:59:00 +03:00
deploy script minor update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user