image: alpine/3.18 repositories: gabrielgio.me: > https://artifacts.gabrielgio.me/repo/v3.18/ https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub mail@gabrielgio.me-62ddc4dc.rsa.pub packages: - openssl - rsync - alpine-sdk - minify - apkdoc 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[@]}" - doc: | cd apkbuilds sshopts="ssh -o StrictHostKeyChecking=no" apkdoc -u "https://artifacts.gabrielgio.me/repo/v3.18/x86_64/APKINDEX.tar.gz" -f docs/index.html -o index.html minify -o index.html index.html rsync --rsh="$sshopts" -rP index.html $remote:/var/www/apkdoc.gabrielgio.me/