-
Couldn't load subscription status.
- Fork 130
feat(examples): multitenant using remote builds #2619
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
feat(examples): multitenant using remote builds #2619
Conversation
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.
PR Summary
Updates multitenant-deploys example to use remote builds instead of local builds, with significant architectural changes in deployment workflow.
- Security Issue: Hardcoded sensitive cloud token and project IDs exposed in
examples/multitenant-deploys/README.md - Infrastructure Change: Switched from
get.rivet.ggtoreleases.rivet.ggfor CLI installation inexamples/multitenant-deploys/Dockerfile - Architecture Update: Removed
@rivet-gg/api-fullworkspace dependency in favor of remote builds inpackage.json - Configuration Change: Added unstable.build_method config and modified dockerfile paths in
src/app.ts
4 files reviewed, 2 comments
Edit PR Review Bot Settings | Greptile
d9ac5ae to
72b8887
Compare
72b8887 to
00e503a
Compare
00e503a to
17ff3d9
Compare
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. --> Fixes RVT-4791

Changes
Fixes RVT-4791