diff --git a/_static/videos/dev_environments.m4v b/_static/videos/dev_environments.m4v new file mode 100644 index 00000000..282a45ad Binary files /dev/null and b/_static/videos/dev_environments.m4v differ diff --git a/admin-guide/puppet/development.md b/admin-guide/puppet/development.md index bd6684af..43aa3577 100644 --- a/admin-guide/puppet/development.md +++ b/admin-guide/puppet/development.md @@ -18,6 +18,9 @@ puppet agent -t --environment=issue_x Continue the commit / push / test cycle until your changes are working. Afterwards create a merge request for the branch to the __preprod__ branch. + + + ## Development Environment Names The name of an branch/environment must match the following regex expression: `^[a-z]+[a-z,0-9,_]+$`