revans / deployment-actions-laravel
Allows artisan commands to be run on sites where termnial access or database access cannot be accessed
v1.0.10
2022-03-20 22:18 UTC
README
Setup
composer require revans/deployment-actions-laravel
php artisan vendor:publish
Find deployment actions (config, views & migrations)- Set up your commands within the
config/deployment.php
If you want to add an extra line of security for production sites, add DEPLOYMENT_PRODUCTION_PASSWORD
to your .env
and add a password within there.
Any issues please report or create a merge request into staging
:) Happy deploying