From 728e5e89d7697972402e1e763504fa786c9d7939 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Wed, 26 Jul 2023 17:24:30 +0200 Subject: [PATCH] feat: ovh for dev, preprod (#50) --- .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]