aboutsummaryrefslogtreecommitdiff
path: root/eventline/ev-scripts-deploy.yaml
blob: 2471747fb068bb6492f6f33950bb372590a562ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: "ev-scripts-deploy"
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