Add multiple environments, for main, staging, production and feature branches incl. deploy hooks

When working on different branches, for example main, staging, production and even on each different feature branch, it would be great to add (f.e. with husky) post commit deployment hooks, which each get deployed to separate fission apps for quickly testing each others features in a real world environment.

The first version of this will be as part of the CLI and YAML file.

So, rather than post commit git hook, you could add fission app publish --target staging to your package.json build scripts.

1 Like