blob: 8a5c62daaa5357dc5a53c969bdd764fd25f2135e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
name: "grenade-brothers-deploy"
steps:
- label: git clone
script:
path: "../common/git-clone.sh"
arguments:
- "https://git.adyxax.org/adyxax/grenade-brothers"
- 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"
|