From 92a974b622f26645579e51c946a1266862384002 Mon Sep 17 00:00:00 2001 From: a73x Date: Sun, 25 Aug 2024 15:14:42 +0100 Subject: ci? --- .build.yml | 16 +++++++++++++--- Makefile | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.build.yml b/.build.yml index 86f5b9d..ba96bcd 100644 --- a/.build.yml +++ b/.build.yml @@ -1,9 +1,19 @@ -image: debian/stable +image: archlinux packages: - go - docker + - base-devel sources: - - https://git.sr.ht/~a73x/home + - git@git.sr.ht/~a73x/home +secrets: + - 3b150464-eb54-49dc-9285-066a5aac30b1 + - 5d82a198-740f-4b63-ad9d-6d1b5154ee51 tasks: + - docker: | + sudo systemctl start docker + sudo usermod -aG docker $(whoami) + cat ~/.docker_token | docker login -u a73xsh --password-stdin - setup: | - make public \ No newline at end of file + ls + cd home + make public diff --git a/Makefile b/Makefile index 83d165e..2f0bbbf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=0.0.1 -DOCKER_IMAGE=alexemery/home:${VERSION} +DOCKER_IMAGE=a73xsh/home:${VERSION} .PHONY: fly fly: -- cgit v1.2.3