Skip to content

Version 5.0.1

Choose a tag to compare

@andreapollastri andreapollastri released this 03 Aug 22:40

[5.0.1] — 2026-08-04

Fixed

  • First deploy fails on horizon:terminate / readlink …/current — Deployer resolves {{current_path}} with readlink before the shell || true can run, so a brand-new app (no current symlink yet) aborted at before('deploy:symlink', 'horizon:terminate'). Templates now guard with [ -L {{deploy_path}}/current ] and call artisan via {{deploy_path}}/current. Migration 5.0.1 regenerates existing deploy.php files.