Tips & Tricks - Update Production with your changes

This video demonstrates how to deploy changes from your development environment to production in ues.io, using a simple two-step process. The presenter uses the example of a Fleet Management app, where new features (like a “Fuel Consumption” collection and its views) have been built in the development environment but are not yet live in production.

The steps shown are:
1. Package the Changes in Development:
• In the development environment, use the packaging feature to create a new bundle (or package) of your changes.
• Add a description for this package to identify what’s included.
2. Update Production with the New Bundle:
• Switch to the production environment.
• Update production to the latest bundle you just created.
• After updating, the new features immediately appear in the live production app.

The video also shows how easy it is to roll back: if you want to undo the changes, simply revert to a previous bundle version, and production will reflect the rollback.

Key Takeaway:
ues.io makes it fast and straightforward to move updates from development to production and back again, supporting safe, controlled deployments and easy rollbacks.