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