How to do CI/CD for hybrid SSG/SSR? #12585
Unanswered
Evian-Zhang
asked this question in
Help
Replies: 1 comment
-
I use Github Actions. See https://github.com/UnlyEd/next-right-now More specifically: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a website using NextJS with both SSG and SSR. My SSG needs access to my server's internal net, which does not export to others. So how can I do CI/CD with my project? Maybe next cli can export a
compile
option for test CI, which does not build the page and only tests if the project compiles successfully.Beta Was this translation helpful? Give feedback.
All reactions