Enforce Events favicon everywhere and fix deploy pipeline failures.
Deploy Ladill Events / deploy (push) Successful in 30s

Add favicon partial to all standalone pages, regenerate the Events icon asset, and stop marking deploys failed when the nginx vhost step cannot sudo.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-07 11:56:27 +00:00
co-authored by Cursor
parent a9b2960893
commit 2c1c3cdd3e
10 changed files with 24 additions and 6 deletions
+7 -1
View File
@@ -205,7 +205,13 @@ switch_current_release() {
}
log "Switching current release"
switch_current_release
if ! switch_current_release; then
echo "Failed to point $CURRENT_LINK at $NEW_RELEASE" >&2
exit 1
fi
LIVE_REV="$(cat "$CURRENT_LINK/REVISION" 2>/dev/null || echo unknown)"
log "Live release: $STAMP (revision $LIVE_REV)"
log "Optimizing Laravel"
if [ -L "$CURRENT_LINK" ] && [ -f "$CURRENT_LINK/artisan" ]; then