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