rewbs / sd-parseq

Parameter sequencer for Stable Diffusion
https://sd-parseq.web.app/
MIT License
361 stars 39 forks source link

Deploy pipeline: add automated deploy to staging on merge to master, and push-button deploy to prod. #42

Closed rewbs closed 1 year ago

rewbs commented 1 year ago

Include automated version increment.

Automated deploy to prod will come later. :)

rewbs commented 1 year ago

Auto deploy to staging is done, still need to do push-button deploy to prod.

rewbs commented 1 year ago

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