Skip to content

reallyli/laravel-unideploy

Repository files navigation

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