You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.