Skip to content

oele-dev/pull-deploy

Repository files navigation

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.

About

Laravel command to deploy your code using a pull origin strategy

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages