fission icon indicating copy to clipboard operation
fission copied to clipboard

Support different publishing configurations to suport "dev / stage / prod" deployment

Open jeffgca opened this issue 3 years ago • 1 comments

Basically extend the YAML syntax to support different sections for dev, stage and prod environments, mostly to enable something like

fission app publish --stage

jeffgca avatar Jan 12 '22 22:01 jeffgca

Reference from the docs:

Eventually, you will be able to publish different versions of your app -- for example, development, testing, production, etc. -- and use custom domains for your app.

https://guide.fission.codes/developers/cli/fission-yaml

jeffgca avatar Jan 12 '22 22:01 jeffgca