summaryrefslogtreecommitdiff
path: root/.build.yaml
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-25 10:04:00 +0100
committera73x <[email protected]>2024-08-25 10:04:00 +0100
commit911a7dc7296f76a5de0538b3c3536167a89195d8 (patch)
tree662014839ebed4077e066ed2b86b9e7a0c045185 /.build.yaml
parentd9ae1cb433a5fe66c3f64b15e5849d11a87d0c53 (diff)
add ui
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