From 7c0525a55a235cd464f2c9e569746f4305b4462b Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Wed, 26 Jul 2023 17:23:20 +0200 Subject: [PATCH] feat: ovh for dev, preprod (#87) --- .kontinuous/config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .kontinuous/config.yaml diff --git a/.kontinuous/config.yaml b/.kontinuous/config.yaml new file mode 100644 index 0000000..b8f7195 --- /dev/null +++ b/.kontinuous/config.yaml @@ -0,0 +1,10 @@ +projectName: les1000jours +ciNamespace: ci-les1000jours + +dependencies: + fabrique: + extends: + - name: ovh + ifEnv: [dev,preprod] + - name: buildkit-service + ifEnv: [dev,preprod]