Define Environments(Deployments) in YAML
Is it possible to define Environments(https://ci.appveyor.com/environments) in YAML and store the corresponding environment variables/deployment configs for each environment in YAML as well.
I am using the UI to set the environment variables for each environment but it is not source control which is probably not a good idea.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 27 Jun, 2017 01:57 AM
Hi Ashley,
Environment configuration itself is UI only (though we plan to support YAML in the future). However if you overriding environment variable values from the build, sure they can be stored in YAML.
Another alternative is using deployment projects instead of Environments. This maybe require more work and scripting, but finally you have all in YAML.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:18 AM.