瀏覽代碼

allow to disable debug mode at the end of debug session.

master
sp 4 年之前
父節點
當前提交
f5521c12f0
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      deploy/update_html.sh

+ 2
- 0
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

Loading…
取消
儲存