Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.09 KB

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