Skip to content

v0.2.4

Compare
Choose a tag to compare
@lorisleiva lorisleiva released this 16 Aug 15:24
00ad2a2
  • ❄️ 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)
  • 🚑 Other small bug fixes.