reallyli / laravel-unideploy
Custom Unique Laravel Deployer
Installs: 2 491
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: ^7.1.3
- deployer/deployer: ^6.1
- deployer/recipes: ^6.0
- illuminate/support: ^5.5 || ^6.0
Requires (Dev)
- orchestra/testbench: ^3.5
- phpunit/phpunit: ^6.0
README
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}