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 Nuxt JS deploy recipe #3823

Open
sts-ryan-holton opened this issue May 3, 2024 · 2 comments
Open

Add Nuxt JS deploy recipe #3823

sts-ryan-holton opened this issue May 3, 2024 · 2 comments
Labels

Comments

@sts-ryan-holton
Copy link

Hi, I'd like to be able to deploy a Nuxt JS project. Nuxt JS when generated as a static site dynamically figures out whether it needs to regenerate the project after each deployment by looking at some folders outside of Git. Since deployer creates a new release folder each time and does npm run generate from within, it effectively takes a long time on every deployment because it doesn't know about what's changed.

Can you create a recipe for this?

@sts-ryan-holton
Copy link
Author

Is this something that might be implemented?

@Schrank
Copy link
Contributor

Schrank commented May 10, 2024

Hi @sts-ryan-holton, thanks for opening this issue. I think this is something we might add as a contribution, but I guess it is nothing we want to implement and maintain, so feel free to PR a recipe and take care of it :-)

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

No branches or pull requests

3 participants