Deployment workflow in Wappler

Yes that is the whole point.

You have one local development target where you do all your development and testing.

Then you can have multiple other target like staging and production. Those are just for deploy only, you can’t edit there.

So once you are done with local development edits and deploy to, for example staging, do your final testing there.

If any errors occur, you go back to your local development, fix them, retest locally and if ok, deploy again to staging. You can repeat the process.

When staging is all fine, then you just redeploy to your live production.

On small projects you can skip staging and have just two targets local development and production. The deployment cycle is pretty much the same.

Community Page
Last updated: