From f5521c12f04040d0344ea561dff80776dd35a527 Mon Sep 17 00:00:00 2001 From: sp Date: Mon, 9 Aug 2021 00:00:56 +1000 Subject: [PATCH] allow to disable debug mode at the end of debug session. --- deploy/update_html.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/update_html.sh b/deploy/update_html.sh index 000acf9..e2c9b40 100755 --- a/deploy/update_html.sh +++ b/deploy/update_html.sh @@ -26,3 +26,5 @@ gcloud app instances scp --recurse "$HTML_WORKDIR" $INSTANCE_ID:/home/sp/ --se # copy html echo "===execute remote sync======" gcloud app instances ssh $INSTANCE_ID --service=default --version=$LAST_VERSION_ID -- sudo bash $REMOTE_WORK/deploy/r_sync_html.sh +echo "=== update complete this put the instance into debug mode == " +gcloud app instances disable-debug