Closed rewbs closed 1 year ago
Auto deploy to staging is done, still need to do push-button deploy to prod.
Actually this is good enough for now. You can view deployments with this command:
firebase hosting:channel:list
And promote from staging to prod with this one:
firebase hosting:clone sd-parseq:staging sd-parseq:live
Include automated version increment.
Automated deploy to prod will come later. :)