aboutsummaryrefslogtreecommitdiff
path: root/www/www-build.yaml
blob: ae9683dd816cbbdd9fbd0de35d32d61837da41d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: "www-build"
steps:
  - label: git clone
    script:
      path: "../common/git-clone.sh"
      arguments:
        - "www-build"
        - "https://git.adyxax.org/adyxax/www"
  - label: build images
    script:
      path: "build-images.sh"
      arguments:
        - "www-build"
  - label: make push
    script:
      path: "../common/make.sh"
      arguments:
        - "www-build"
        - "push"
  - label: clean
    script:
      path: "../common/clean.sh"
      arguments:
        - "www-build"
runner:
  identity: "ssh-myth"
  name: "ssh"
  parameters:
    host: "myth.adyxax.org"
    user: "root"