summaryrefslogtreecommitdiff
path: root/.trash/Deploying Puppet test environments.md
diff options
context:
space:
mode:
Diffstat (limited to '.trash/Deploying Puppet test environments.md')
-rw-r--r--.trash/Deploying Puppet test environments.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/.trash/Deploying Puppet test environments.md b/.trash/Deploying Puppet test environments.md
new file mode 100644
index 0000000..c0f3b7e
--- /dev/null
+++ b/.trash/Deploying Puppet test environments.md
@@ -0,0 +1,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).