aboutsummaryrefslogtreecommitdiff
path: root/ods/ods-deploy.yaml
blob: 460211192c6d1106c5c8d18ae6113e942d3fbbff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "ods-deploy"
steps:
  - label: git clone
    script:
      path: "../common/git-clone.sh"
      arguments:
        - "https://git.adyxax.org/adyxax/ods"
  - label: make deploy
    script:
      path: "../common/make.sh"
      arguments:
        - "deploy"
  - label: clean
    script:
      path: "../common/clean.sh"