summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml16
-rw-r--r--Makefile2
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
+ - [email protected]/~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: