aboutsummaryrefslogtreecommitdiff
path: root/ods/ods-deploy.yaml
blob: f77b50c7375934c42a936a424610a29369927c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
runner:
  identity: "ssh-myth"
  name: "ssh"
  parameters:
    host: "myth.adyxax.org"
    user: "root"