reallyli/laravel-unideploy
Laravel Deployer

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
Related Packages
valorin/deploy
Deploy is an Artisan command with the aim to provide a very simple way to deploy...
619
8
