aboutsummaryrefslogtreecommitdiff
path: root/eventline/ev-scripts-deploy.yaml
diff options
context:
space:
mode:
authorJulien Dessaux2022-09-05 00:04:35 +0200
committerJulien Dessaux2022-09-05 23:51:17 +0200
commit29e6c829e3259bcf856b00ecb2137a3ad4676271 (patch)
treedb9833ee0df2f6f051ba38d3d1ae2e5425bd62b1 /eventline/ev-scripts-deploy.yaml
parentRemoved hello and added ev-scripts deploy (diff)
downloadev-scripts-29e6c829e3259bcf856b00ecb2137a3ad4676271.tar.gz
ev-scripts-29e6c829e3259bcf856b00ecb2137a3ad4676271.tar.bz2
ev-scripts-29e6c829e3259bcf856b00ecb2137a3ad4676271.zip
Factorised ev-scripts-deploy in a generic git clone && make run
Diffstat (limited to 'eventline/ev-scripts-deploy.yaml')
-rw-r--r--eventline/ev-scripts-deploy.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/eventline/ev-scripts-deploy.yaml b/eventline/ev-scripts-deploy.yaml
index 3dd5d2a..e01c567 100644
--- a/eventline/ev-scripts-deploy.yaml
+++ b/eventline/ev-scripts-deploy.yaml
@@ -1,4 +1,15 @@
name: "ev-scripts-deploy"
steps:
- script:
- path: "ev-scripts-deploy.sh"
+ path: "../common/make-run.sh"
+identities:
+ - eventline-self
+parameters:
+- name: name
+ type: string
+ default: "ev-scripts-deploy"
+ environment: NAME
+- name: url
+ type: string
+ default: "https://git.adyxax.org/adyxax/ev-scripts"
+ environment: URL