Shopify HotWax Commerce app
- Setup firebase hosting at mentioned here
- Goto your project directly on terminal
- Initialilze firebae
firebase init
- Select hosting from options
- Select Use existing project
- Select prject from list
- It will ask some question, plesae go with default option
- Configure hosting in case of multiple site deployed for same project
- Add target to with respect to site
firebase target:apply hosting TARGET_NAME RESOURCE_NAME
- Update your firebase.json file for target
- firebase deploy --only hosting:TARGET_NAME
- Deploying to multiple environments
$ firebase use default # sets environment to the default alias
$ firebase use production # sets environment to the production alias
ORfirebase deploy -P production # deploy to production alias
- Deploy app
ionic build [--prod]
firebase use production
(In case of production)firebase deploy --only hosting:clienteling
- Build Netlify configuration
netlify build
- Deploy app
netlify deploy --prod --dir=dist