简体   繁体   中英

Firebase hosting versions

I have a react JS web app hosted on firebase.

I would like to know how to deploy different versions of the web app.

Example myapp.com/1.0.0 and then another version myapp.com/ -> being the main version

Firebase Hosting represents your public directory exactly as-is. If you want to deploy different "versions" of your app to the same Firebase Hosting site, you'll need to have some kind of process that can put all of the versions you want to deploy into a directory structure and deploy the whole thing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM