Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Lumen deploys #31

Open
ikari7789 opened this issue Nov 7, 2016 · 3 comments
Open

Add support for Lumen deploys #31

ikari7789 opened this issue Nov 7, 2016 · 3 comments

Comments

@ikari7789
Copy link
Collaborator

The current task list has some artisan commands that don't apply to Lumen and will cause the deploy to fail. If we add a new flag that marks a project as Laravel or Lumen, we can add checks to skip tasks specific to Laravel.

@joseluisq
Copy link

I would be great feature! 👍

@csdougliss
Copy link

csdougliss commented May 12, 2017

Would like to see lumen support too 👍 Is there a workaround for the time being?

01:06 laravel:artisan
      01 php artisan storage:link --env=production
      01
      01
      01   [Symfony\Component\Console\Exception\CommandNotFoundException]
      01   There are no commands defined in the "storage" namespace.
      01
      01

Same for optimize command

@l3rady
Copy link

l3rady commented Apr 17, 2018

@craigcarnell Workaround for me was to add:

Rake::Task['laravel:storage_link'].clear()
Rake::Task['laravel:optimize'].clear()

to my deploy.rb file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants