aboutsummaryrefslogtreecommitdiff
path: root/build.yml
blob: 1d2e88276b51e3b0afaebf15bdbc877abb09b2b2 (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
image: alpine/latest
packages:
  - openssl
  - rsync
  - alpine-sdk
environment:
  remote: builds@gabrielgio.me
  remote_path: /var/www/artifacts.gabrielgio.me/repo/
  packages: []
sources:
  - https://git.sr.ht/~gabrielgio/apkbuilds
secrets:
  - 008c4f67-b864-47f8-9790-cd32f2ae8516
  - df9d57f4-43bb-4084-a748-dbf02848bdd0
  - d8a9e8ed-cdb0-4e0e-9238-361acbe8611f
tasks:
  - setup: |
      cd apkbuilds 
      ./pkgkit add-repo -s apks ~/.abuild/mail@gabrielgio.me-62ddc4dc.rsa
  - build: |
      cd apkbuilds
      ./pkgkit build -cu "${packages[@]}"
  - deploy: |
      cd apkbuilds
      ./pkgkit upload "$remote" "$remote_path" "${packages[@]}"