reallyli/laravel-unideploy

Custom Unique Laravel Deployer
2,492 6
Install
composer require reallyli/laravel-unideploy
Latest Version:2.4.4
PHP:^7.1.3
License:MIT
Last Updated:Dec 17, 2019
Links: GitHub  ·  Packagist
Maintainer: reallyli

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

Related Packages

mekramy/publisher

command line tools for publishing your laravel application

51 1
valorin/deploy

Deploy is an Artisan command with the aim to provide a very simple way to deploy...

619 8
afom/deploy-notifier

Deploy notifier for Laravel.

1,144 0
justpark/envoyer-deploy

JustPark Envoyer Deploy Command

6,659 64
mikevrind/deployer

Easy deployer for web projects using Gitlab

845 1