Enforce Events favicon everywhere and fix deploy pipeline failures.
Deploy Ladill Events / deploy (push) Successful in 30s
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:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user