Github actions CI/CD pipeline for react #168582
Replies: 4 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Looks great! Just a few suggestions: You're rebuilding the project in both build and deploy jobs. To optimize, consider saving the build artifacts from the build job and reusing them in the deploy job using actions/upload-artifact and actions/download-artifact. Add actions/cache@v3 to cache node_modules for faster installs. Ensure your GitHub Pages settings are configured to deploy from the gh-pages branch. Overall, this is a solid CI/CD pipeline for a React project! 🚀 |
Beta Was this translation helpful? Give feedback.
-
Nice workflow! 🚀
These optimizations can make your pipeline more reliable and efficient. |
Beta Was this translation helpful? Give feedback.
-
Please see this comment for reference to why this discussion was closed and locked. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussion Type
Product Feedback
Discussion Content
No response
Beta Was this translation helpful? Give feedback.
All reactions