aboutsummaryrefslogtreecommitdiff
path: root/eventline/ev-scripts-deploy.yaml
blob: cfb961b015e3bd67e00732aaa7bd8c0890f447e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: "ev-scripts-deploy"
steps:
  - label: git clone
    script:
      path: "../common/git-clone.sh"
      arguments:
        - "https://git.adyxax.org/adyxax/ev-scripts"
  - label: make run
    script:
      path: "../common/make.sh"
      arguments:
        - "run"
  - label: clean
    script:
      path: "../common/clean.sh"
identities:
  - eventline-self