From 0d4e4d74b0ddf62489ca29cafbaaf79a716dc186 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 14 Apr 2023 14:29:07 +0200 Subject: [PATCH] Feat(core): update .drone.yml --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 703328f..c5d16a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,10 @@ kind: pipeline -name: Opytex 2021-2022 +name: Opytex 2023-2024 type: docker trigger: branch: - - 2021-2022 + - 2023-2024 steps: - name: Deploy @@ -26,5 +26,3 @@ steps: environment: SSH_KEY: from_secret: sshcontent-key - -