aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index d58a4e6..d38abf1 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,7 +1,13 @@
image: alpine/latest
packages:
- rsync
+ - go
- hugo
+ - make
+
+sources:
+ - https://git.sr.ht/~gabrielgio/gabrielgio.me
+ - https://git.sr.ht/~sircmpwn/openring
secrets:
- 008c4f67-b864-47f8-9790-cd32f2ae8516
@@ -10,9 +16,13 @@ environment:
deploy: builds@gabrielgio.me
tasks:
+ - openring: |
+ cd openring
+ go build -o openring
+ sudo cp openring /usr/local/bin/
- build: |
cd gabrielgio.me
- hugo
+ make
- deploy: |
cd gabrielgio.me
sshopts="ssh -o StrictHostKeyChecking=no"