aboutsummaryrefslogtreecommitdiff
path: root/build.yml
diff options
context:
space:
mode:
Diffstat (limited to 'build.yml')
-rw-r--r--build.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.yml b/build.yml
index 3bb5c8e..cb918cc 100644
--- a/build.yml
+++ b/build.yml
@@ -1,5 +1,5 @@
# this build is meant to be submitted manually
-image: fedora/36
+image: alpine/latest
packages:
- rsync
- make
@@ -14,13 +14,15 @@ secrets:
environment:
deploy: builds@gabrielgio.me
target: artifacts.gabrielgio.me/midr
+ GOPROXY: direct
+ XZ_OPT: -9
tasks:
- build: |
cd midr
make tar
- deploy: |
- cd jnfilter
+ cd midr
sshopts="ssh -o StrictHostKeyChecking=no"
rsync --rsh="$sshopts" -rP *.tar.xz $deploy:/var/www/$target