From 79b46e27d6dd054aac8c281ac6897a65d9549f9e Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 6 Sep 2022 19:55:22 +0200 Subject: Split the deploy script in distinct tasks --- eventline/ev-scripts-deploy.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'eventline') diff --git a/eventline/ev-scripts-deploy.yaml b/eventline/ev-scripts-deploy.yaml index e01c567..21fb320 100644 --- a/eventline/ev-scripts-deploy.yaml +++ b/eventline/ev-scripts-deploy.yaml @@ -1,7 +1,14 @@ name: "ev-scripts-deploy" steps: - - script: - path: "../common/make-run.sh" + - label: git clone + script: + path: "../common/git-clone.sh" + - label: make run + script: + path: "../common/make.sh" + - label: clean + script: + path: "../common/clean.sh" identities: - eventline-self parameters: @@ -9,6 +16,10 @@ parameters: type: string default: "ev-scripts-deploy" environment: NAME +- name: target + type: string + default: "run" + environment: TARGET - name: url type: string default: "https://git.adyxax.org/adyxax/ev-scripts" -- cgit v1.2.3