Hi there.
I need to make a very small modification in Data / Options Set on Live version of my website.
Do I have to make the modification on Development version?
And then, how could I just Delpoy Options Set, nothing else, to Live ?
In Bubble, Option Sets are the same in both live and test (development) environments because they are part of the application’s source code rather than its database. So you don’t need to do anything if you only changing OP.
But if you want to use newly created or changed op in side your app as if they are not yet reference or being used in app. Then you have two option.
You deploy you dev to live no other way to make it available for live app
Secondly if you plan allow you can create a hot-fix on live which create a version of live app which is separate then your current test version . Which you can work on and fix small things and then deploy.
This won’t effect you test as its between your dev and live. The reason we have this is , because if we have lot of things in testand we don’t want to push to live,
@patlamenace Yes, changes to data and option sets are always made in the Development version first. Bubble doesn’t let you deploy only an Option Set by itself.
When you deploy, all changes from Development go to Live together. If you want to be safe, make the small change, test it in Development, then deploy when you’re ready, there’s no separate deploy just for Option Sets.
thank you for this answer.
I have a starter plan.
I made a change on Options Set, creating a new option inside an existing options set.
However, the changing has only appeared on Development version, not on Live, so I guess I have to Deploy.