summaryrefslogtreecommitdiff
path: root/.build.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yaml')
-rw-r--r--.build.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.build.yaml b/.build.yaml
new file mode 100644
index 0000000..3bc1b37
--- /dev/null
+++ b/.build.yaml
@@ -0,0 +1,18 @@
+image: archlinux
+packages:
+ - go
+ - docker
+ - base-devel
+sources:
+ - [email protected]/~a73x/git
+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: |
+ cd git
+ make public