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
I would like the ability to add artisan commands to the mix. These would make it so we can deploy via cli (and also deploy via git hooks, github, gitlab, etc).
Would be nice to see.
The text was updated successfully, but these errors were encountered:
That's exactly what I was thinking for the artisan commands.
As far as the git hooks, I think this would work the opposite way and wouldn't need to integrate with your plugin. The command just needs to be there.
Example would be:
git flow release finish
# git hooks would run the artisan command here. kinda like how you have the update command run migrations and set the build number via composer
php artisan deploy:server <id># Profit
I would like the ability to add artisan commands to the mix. These would make it so we can deploy via cli (and also deploy via git hooks, github, gitlab, etc).
Would be nice to see.
The text was updated successfully, but these errors were encountered: