Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.18 KB

File metadata and controls

59 lines (36 loc) · 1.18 KB

Pull deploy strategy

Laravel command to deploy your code using a pull origin strategy

Installation

  1. You can install the package via composer:
composer require oeleco/pull-deploy

In earlier versions of Laravel 5.5 , add the following to the providers array in config/app.php

oeleco\PullDeploy\PullDeployServiceProvider::class
  1. Publish the configuration file:
php artisan vendor:publish --provider="oeleco\PullDeploy\PullDeployServiceProvider"

Usage

php artisan pull:deploy

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please tweet me @oele_co instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.