blob: e01c567da252814114f094f3480927a0e6b84c1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
name: "ev-scripts-deploy"
steps:
- script:
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
|