aboutsummaryrefslogtreecommitdiff
path: root/www/www-deploy.yaml
blob: 980bf872d73a77c56058a8a08cbd3804fed50df6 (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-deploy"
steps:
  - label: git clone
    script:
      path: "../common/git-clone.sh"
      arguments:
        - "www-deploy"
        - "https://git.adyxax.org/adyxax/www"
  - label: build images
    script:
      path: "build-images.sh"
      arguments:
        - "www-deploy"
  - label: make push
    script:
      path: "../common/make.sh"
      arguments:
        - "www-deploy"
        - "push"
  - label: clean
    script:
      path: "../common/clean.sh"
      arguments:
        - "www-deploy"
runner:
  identity: "ssh-myth"
  name: "ssh"
  parameters:
    host: "myth.adyxax.org"
    user: "root"