aboutsummaryrefslogtreecommitdiff
path: root/ods/ods.yaml
blob: 5ed5ca84d85440dc87e49022339ef94c37a8d07c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
identities:
  - "gpg"
  - "ssh"
name: "ods"
steps:
  - label: "git clone"
    script:
      path: "../common/git-clone.sh"
      arguments:
        - "https://git.adyxax.org/adyxax/ods"
  - label: "build and deploy"
    script:
      path: "./ods.sh"
  - label: "clean"
    script:
      path: "../common/clean.sh"
runner:
  identity: "ssh"
  name: "ssh"
  parameters:
    host: "lore.adyxax.org"
    user: "root"