is multiple zerops.yml for prod and QA possible?
I want to deploy two projects for prod and QA, but both of them has different setup name and same repo
5 Replies
Only one
zerops.yaml
can be defined, but one file can contain multiple setups.you could even do
thanks
also if you are using zcli to trigger the pipeline, you can override which setup it will use with
--setup
the same option will be configurable in github/gitlab repo intergration soon as wellthanks, looks like similar to fly