npearce / CaC-Github_Webhook_Server

Automated Network Configuration-as-Code (NCaC) deployments using Github webhook to F5 BIG-IP.
https://redtalks.live/cac/
MIT License
14 stars 5 forks source link

Support 'branch name' based test deployments #27

Closed npearce closed 6 years ago

npearce commented 6 years ago

For example, if the branch is 'test', change the service definition action from 'deploy' to 'dry-run'.

npearce commented 6 years ago

Implemented. ANY branch other than 'master' is treated as a 'dry-run' branch. Pull > Merge to 'master' branch to deploy.