This commit is contained in:
2026-04-25 18:59:28 +08:00
parent 94a1914e9e
commit f13643275e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -66,4 +66,4 @@ runs:
echo "[remote] auto-deploy repo updated" echo "[remote] auto-deploy repo updated"
./common/deploy.sh abort-pending "$APP_KEY" ./common/deploy.sh abort-pending "$APP_KEY"
echo "[remote] $APP_KEY pending deployment aborted" echo "[remote] $APP_KEY pending deployment aborted"
EOF EOF
+1 -1
View File
@@ -66,4 +66,4 @@ runs:
echo "[remote] auto-deploy repo updated" echo "[remote] auto-deploy repo updated"
./common/deploy.sh finalize "$APP_KEY" ./common/deploy.sh finalize "$APP_KEY"
echo "[remote] $APP_KEY deployment finalized" echo "[remote] $APP_KEY deployment finalized"
EOF EOF
+1 -1
View File
@@ -91,4 +91,4 @@ runs:
echo "[remote] $APP_KEY deploy staged with IMAGE_TAG=$IMAGE_TAG" echo "[remote] $APP_KEY deploy staged with IMAGE_TAG=$IMAGE_TAG"
echo "[remote] current deployment status:" echo "[remote] current deployment status:"
./common/deploy.sh status "$APP_KEY" --format env ./common/deploy.sh status "$APP_KEY" --format env
EOF EOF
+1 -1
View File
@@ -81,4 +81,4 @@ runs:
echo "[remote] auto-deploy repo updated on nginx server" echo "[remote] auto-deploy repo updated on nginx server"
./common/nginx/manage-nginx.sh switch "$APP_KEY" "$APP_UPSTREAM_HOST" "$PENDING_PORT" ./common/nginx/manage-nginx.sh switch "$APP_KEY" "$APP_UPSTREAM_HOST" "$PENDING_PORT"
echo "[remote] nginx switched $APP_KEY to $APP_UPSTREAM_HOST:$PENDING_PORT ($PENDING_COLOR)" echo "[remote] nginx switched $APP_KEY to $APP_UPSTREAM_HOST:$PENDING_PORT ($PENDING_COLOR)"
EOF EOF