Deployment on various version

Hi everyone

I feel like it would be nice to be able to deploy your app on various environment in order to test it before it goes to production.

  • Deploy to staging
  • Deploy to production

Best stuff would be to save starred version and being able to get back to a previous one :slight_smile:

(I may want some git into the app builder ;))

Hi @mouligno!

I feel like it would be nice to be able to deploy your app on various environment in order to test it before it goes to production.

This is already possible! :slight_smile:

If you have two domains:

  1. staging.yourdomain.com
  2. yourdomain.com

You can “publish” to each one separately. You would build your application, publish to staging, and once you’re happy with the final product, publish to your production environment.

Best stuff would be to save starred version and being able to get back to a previous one :slight_smile:

The closest we have to this is our snapshot functionality. You can “snapshot” your starred version (and give it a recognisable name) and re-import it when you wish to revert to it.

Cheers,
Peter Evans

1 Like

I’ll read the doc before writing next time :wink: Thanks

1 Like