perf: platform-ci-base + in-place static (clean)
This commit is contained in:
parent
3019322998
commit
d1b73c38a0
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ runs:
|
|||
ADMIN_ENABLED=$(printf '%s' "$VJSON" | jq -r '.ENABLED // empty')
|
||||
EN="${ENABLED:-true}"; [ -n "$ADMIN_ENABLED" ] && EN="$ADMIN_ENABLED"
|
||||
DOMAIN="${DOMAIN:-}"
|
||||
printf 'DBG slug=%s EN=[%s] ADMIN_ENABLED=[%s] ENABLED_env=[%s] DOMAIN=[%s] VJSON=%s\n' "$SLUG" "$EN" "$ADMIN_ENABLED" "${ENABLED-UNSET}" "$DOMAIN" "$VJSON" >> /srv/sites/.deploy-dbg.txt 2>/dev/null || true
|
||||
|
||||
reload_caddy() {
|
||||
docker exec caddy caddy reload --config /etc/caddy/Caddyfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue