summaryrefslogtreecommitdiff
path: root/acme.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'acme.yaml')
-rw-r--r--acme.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/acme.yaml b/acme.yaml
new file mode 100644
index 0000000..26398b2
--- /dev/null
+++ b/acme.yaml
@@ -0,0 +1,11 @@
+type: io.trygvis.rules.acme.AcmeMyApp
+data:
+ environment: ci
+ dockerTag: development
+---
+type: io.trygvis.rules.acme.AcmeMyApp
+data:
+ environment: production
+ dockerTag: master
+---
+type: io.trygvis.rules.acme.AcmeOps