add a tutorial video

This commit is contained in:
2023-05-10 10:32:24 +02:00
parent 764b193513
commit ff1aae7f89
2 changed files with 3 additions and 0 deletions
Binary file not shown.
+3
View File
@@ -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.
<video src="../_static/videos/dev_environments.m4v"></video>
## Development Environment Names
The name of an branch/environment must match the following regex expression: `^[a-z]+[a-z,0-9,_]+$`