Libraries tagged by bitbucket pipeline deployment
igne-agency/laravel-boot-up
35 Downloads
Boot a Laravel project on any machine with one command: app:serve installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets, starts a queue worker and serves via Herd, Sail or artisan serve; app:down cleanly stops everything it started. Also exports deployment scripts for Laravel Forge and fortrabbit (app:deploy-script) and generates CI/CD pipelines with linting, tests and webhook deploys for GitHub Actions and Bitbucket Pipelines (app:pipeline). Development only - not for production use.
aisleng/bitbucket-pipeline-deployment
108 Downloads
Uses the Bitbucket API to run pipelines and deploy to any number of services
esportscz/deploy
7 Downloads
Composer library for automated deployments triggered by Bitbucket webhooks. Install the package, create a single PHP file, and configure the deploy pipeline in code.