Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

v0.7.5

Compare
Choose a tag to compare
@warrickbayman warrickbayman released this 16 Dec 13:14
· 20 commits to master since this release

Moved from Travis CI to GitHub Actions. Very nice. Might investigate this a little more and see what we can do.
Otherwise, one small new addition: there is now an @artisan script tag to you don't need to do things like @php {{ @path:serve }}/artisan any more.
The new tag will refer to the artisan script in the serve directory which is useful if you need to run artisan commands against the outgoing deployment BEFORE it gets replaced. This means that @artisan will always refer to the current deployment in all hooks except after-live.