feat: harden runtime import and frontend verification workflows
This commit is contained in:
0
scripts/deploy/deploy_crm_only.sh
Normal file → Executable file
0
scripts/deploy/deploy_crm_only.sh
Normal file → Executable file
@@ -6,8 +6,8 @@ KEY="${KEY:-/home/long/下载/zjsea.pem}"
|
||||
REMOTE="${REMOTE:-ubuntu@43.155.133.187}"
|
||||
REMOTE_PORTAL_DIR="${REMOTE_PORTAL_DIR:-/var/www/sub2api-portal}"
|
||||
REMOTE_NGINX_SITE="${REMOTE_NGINX_SITE:-/etc/nginx/sites-available/tksea}"
|
||||
REMOTE_HOST_PORT="${REMOTE_HOST_PORT:-18169}"
|
||||
REMOTE_CRM_PORT="${REMOTE_CRM_PORT:-18173}"
|
||||
REMOTE_HOST_PORT="${REMOTE_HOST_PORT:-8080}"
|
||||
REMOTE_CRM_PORT="${REMOTE_CRM_PORT:-18190}"
|
||||
LOCAL_PORTAL_DIR="${LOCAL_PORTAL_DIR:-$ROOT_DIR/deploy/tksea-portal}"
|
||||
REMOTE_STAGE_DIR="${REMOTE_STAGE_DIR:-/tmp/sub2api-portal-deploy}"
|
||||
DRY_RUN="${DRY_RUN:-0}"
|
||||
|
||||
Reference in New Issue
Block a user