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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
❄️ New upload_vendors option which default to false. When set to true this option will (during an upload strategy only) skip the deploy:vendors task and include the vendor folder in your upload. (See #18)
🚑 Fix the following issue on windows "'vendor' is not recognized as an internal or external command" by using a relative path to the compiled deploy.php file. (See #22)
🚑 The commands executed by Laravel Deploy now returns an appropriate exit code. Formerly, it was throwing an exception but the returned status code was always 0. (See #41)