blob: a2b2ffde60aaaf5882bb57dfd1a020e584bcf160 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
identities:
- "git-crypt-ods"
- "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"
|