Looking to hire Laravel developers? Try LaraJobs

laravel-unideploy maintained by reallyli

Description
Custom Unique Laravel Deployer
Author
Last update
2019/12/17 10:51 (dev-master)
License
Links
Downloads
2 492

Comments
comments powered by Disqus

Laravel Deployer

StyleCI Scrutinizer Code Quality Build Status

Installation

composer require reallyli/laravel-unideploy --dev

Start

php artisan deploy:init

Deploy

Do not specify a deployment branch by default is the current branch

php artisan deploy {staging} --branh={branch}

Rollback

Roll back the current version

php artisan deploy:rollback {staging}

Unlock

Temporarily unlock the deployment file

php artisan deoloy:unlock {staging} 

Links