envoy-deployscript
envoy-deployscript copied to clipboard
Laravel Envoy Deployment Script
Hi @nickfan, i'm running on a problem when deploying my laravel project remotely to the server. When it tries to run "composer dump-autoload --optimize" or any "php artisan..." I get...
Hi @nickfan I had an idea... not fully baked and ready for any PR. Like the question in #7 , I too want to separate staging and production deploys in...
I'm going to use this script on bitbucket mercurial repo, so I have to rewrite "git" calls into "hg". I guess, instead of rewriting script, we could incapsulate exact commands...
Hello, Is there a way to manage differences between envs in the configuration file. If the path is different or the app_name ? Thanks