Automating Preview Deployments for PRs #671
abhayymishraa
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’d like to discuss on setting up an automated preview deployment workflow whenever a pull request (PR) is raised. Instead of manually sharing changes, this would allow contributors and reviewers to instantly see a live preview and verify that the build is successful.
How It Would Work:
Challenges:
Alternative Approach
Since previews are primarily useful for the frontend, another option could be to deploy only the frontend and have it target a shared OWASP backend instead of spinning up a temporary backend for each PR.
Would love to hear everyone’s thoughts! Are there any concerns, improvements, or alternative approaches we should consider? Let’s collaborate on making the review process smoother.
Beta Was this translation helpful? Give feedback.
All reactions