reallyli/laravel-unideploy

Custom Unique Laravel Deployer

2.4.4 2019-12-17 09:51 UTC

This package is auto-updated.

Last update: 2024-04-17 19:02:59 UTC


README

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