-
Notifications
You must be signed in to change notification settings - Fork 209
SC-85409 | Build and deploy demonstration previews on pull requests #1352
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
Conversation
106578f
to
2c2fa46
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @Alan-eMartin! 🥳 Left a few questions/comments, but overall looks great.
Co-authored-by: Paul Finlay <[email protected]>
Co-authored-by: Paul Finlay <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments but LGTM 🚀
I am guessing teardown of the v1 pipeline will happen in a separate PR? Until then users will get in essence 2 previews built per PR?
Thanks for the review @rashidnhm! No, not exactly. I will keep this in the Essentially we will no longer be using gatsby on the frontend, and will be replacing it with NextJS |
**Summary:** Allow internal users to build and deploy **all** or a select list of demos. **Related GitHub Issues:** Internal --------- Co-authored-by: Paul Finlay <[email protected]>
Goal:
Summary:
This pull request uses the new
v2-build-demos
andv2-deploy-demos
workflows to:Other changes:
Testing:
I was required to fork the QML repo to push these workflows to
master
asworkflow_run
uses the workflow context frommaster
.Therefore, you can take a look at the following ran actions:
https://github.com/Alan-eMartin/qml/actions