-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
Enable external contributors to create previews #1068
Conversation
21667f5
to
028e633
Compare
To test this PR:
|
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.
All looks good, just have a few requests for more comments. Thank you!
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.
Thank you Leslie! Looks good. (The remaining question about await vs then is purely stylistic, so OK to keep as is, leaving that up to you.)
Reorganize preview workflows so that previews can be made for PRs from outside contributors.
This PR reorganizes previews so they can be made for PRs from outside contributors.
The idea is to build a Docker image on the
pull_request
trigger (doesn't require write access to target repo / read access to our secrets), and later deploy it directly to fly.io.