envoy-deployscript icon indicating copy to clipboard operation
envoy-deployscript copied to clipboard

Laravel Envoy Deployment Script

Results 4 envoy-deployscript issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Hello, Is there a way to manage differences between envs in the configuration file. If the path is different or the app_name ? Thanks