diff options
Diffstat (limited to '')
-rw-r--r-- | eventline/ev-scripts-deploy.yaml | 13 |
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 |