X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/29e93a8153238753cd23aacdc2dda54f5c05f825..4563dbd28a493f2e690215cd00944df35e54c051:/.build.yml?ds=inline diff --git a/.build.yml b/.build.yml index 2cb3ef8..26b8201 100644 --- a/.build.yml +++ b/.build.yml @@ -1,13 +1,15 @@ image: alpine/latest - packages: - build-base - docker - docker-compose - sources: - - https://git.sr.ht/~rbdr/unlimited.pizza - + - git@git.sr.ht:~rbdr/unlimited.pizza +secrets: + - 21c73f87-a944-4560-a616-2dfd558c72da + - 46f739e5-4538-45dd-a79f-bf173b7a2ed9 tasks: - - make upload - + - start-docker: sudo service docker start + - upload: | + cd unlimited.pizza + make ci