diff options
Diffstat (limited to '')
-rw-r--r-- | eventline/ev-scripts-deploy.yaml | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/eventline/ev-scripts-deploy.yaml b/eventline/ev-scripts-deploy.yaml index 21fb320..2471747 100644 --- a/eventline/ev-scripts-deploy.yaml +++ b/eventline/ev-scripts-deploy.yaml @@ -3,24 +3,19 @@ steps: - label: git clone script: path: "../common/git-clone.sh" + arguments: + - "ev-scripts-deploy" + - "https://git.adyxax.org/adyxax/ev-scripts" - label: make run script: path: "../common/make.sh" + arguments: + - "ev-scripts-deploy" + - "run" - label: clean script: path: "../common/clean.sh" + arguments: + - "ev-scripts-deploy" identities: - eventline-self -parameters: -- name: name - 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" - environment: URL |