alephit/bitbucket-webhook-package

Bitbucket webhook package.

1.0.1 2020-11-27 05:19 UTC

This package is auto-updated.

Last update: 2024-04-27 12:54:24 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.