-
Notifications
You must be signed in to change notification settings - Fork 7
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
Is it possible to use nuxthub cli in GitHub Actions? #15
Comments
It is possible but not documented yet. It should be the same as using any Node.js CI action + running
Also released v0.5.13 of the CLI so it should work properly with the env variables. Would love your feedback on this! |
Thanks, works like a charm
|
Would you mind sharing your whole Github action so I could write it in the readme or in the docs? |
(re-opening to keep it to do) |
@atinux It is pretty simple, just pnpm install && deploy.
|
Thanks for sharing! Updated the docs https://hub.nuxt.com/docs/getting-started/deploy#github-action |
If so, is there any documentation or examples available that demonstrate how to set it up?
The text was updated successfully, but these errors were encountered: