alephit / bitbucket-webhook-package
Bitbucket webhook package.
1.0.1
2020-11-27 05:19 UTC
Requires
- php: ^7.4|^8.0
- illuminate/console: ^v8.16.1
- illuminate/support: ^v8.16.1
Requires (Dev)
- malukenho/mcbumpface: ^1.1.5
- phpunit/phpunit: ^9.4.3
This package is auto-updated.
Last update: 2025-03-27 14:46:44 UTC
README
#BitBucket Webhook Deployment for Laravel Projects
Installation
composer require alephit/bitbucket-webhook-package
Usage
Every laravel project using this package has the following route included:
<project domain>/build
This will automatically updates the branch of the deployed application and runs the database migration.