EOF fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user