GiessC / in-ctrl

InCtrl is an open-source version control system built for ultimate quality control. "Git" in control with InCtrl
https://inctrl.tech
MIT License
1 stars 1 forks source link

Environments #15

Closed GiessC closed 4 weeks ago

GiessC commented 8 months ago

Let's allow users to add environments to their repo.

When the user creates an environment, they should specify only a name, and an empty configuration will be created. The configuration will contain secrets and environment variables. These secrets should be handled just like repo secrets. Environment variables will be variables that do not need to be hidden, but don't change between environment deployments.