blob: c0f3b7e4bf89c26bf766cbb6635f783155cf182f (
plain)
1
2
3
4
5
6
7
8
|
---
tags:
- puppet
- groupone
---
We used to deploy puppet test environments from a fork but it requires the deploy key. The push_to_prod script explicitly only deploys master from the groupvps namespace. As we don't want to copy the deploy key to everyones fork, we'll update the workflow so that from the groupvps namespace projects/ branches are also deployed.
Now we can push a branch prefixed with `projects/` to the main puppet repo and it will be deployed as an env on the testpod Puppet master(s).
|