From a1896392236791c7bffc19b8da6b8a2c8984f9bb Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Thu, 11 Jun 2026 12:29:42 +0300 Subject: [PATCH] submod update after pre-deploy --- deploy_alpine.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy_alpine.sh b/deploy_alpine.sh index 14582d5..f6a420a 100755 --- a/deploy_alpine.sh +++ b/deploy_alpine.sh @@ -23,6 +23,7 @@ echo "working branch: ${BRANCH}" git checkout ${BRANCH} || exit $? git status || exit $? git pull --rebase || exit $? +git submodule update --init --recursive 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