summaryrefslogtreecommitdiff
path: root/acme.yaml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-01-01 20:35:28 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-01-01 20:35:28 +0100
commite4821f82249bddb443a1f6a6e403087cab659c6d (patch)
treeba6969c5bb04bc88476efa43a53c7c1ceb3a3ca6 /acme.yaml
parent866eafabd7398fd1485e7aa285345a7dcea480d0 (diff)
downloadrules-sandbox-e4821f82249bddb443a1f6a6e403087cab659c6d.tar.gz
rules-sandbox-e4821f82249bddb443a1f6a6e403087cab659c6d.tar.bz2
rules-sandbox-e4821f82249bddb443a1f6a6e403087cab659c6d.tar.xz
rules-sandbox-e4821f82249bddb443a1f6a6e403087cab659c6d.zip
Migrating to Drools.
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