diff options
| author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-12-25 19:45:55 +0100 | 
|---|---|---|
| committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-12-25 19:45:55 +0100 | 
| commit | 68b27b6b0376458eaa19b25e0058d8a5249cd65c (patch) | |
| tree | 1a0a826983a01fda345c8969cd3086a2a155cea5 | |
| parent | b03cf48eb2074ef41ced9d59712b005a127c17bf (diff) | |
| download | mdir-master.tar.gz mdir-master.tar.bz2 mdir-master.zip | |
| -rw-r--r-- | build.yml | 5 | 
1 files changed, 1 insertions, 4 deletions
| @@ -1,8 +1,6 @@ -# this build is meant to be submitted manually  image: alpine/latest  packages:    - rsync -  - go  sources:    - https://git.sr.ht/~gabrielgio/midr @@ -12,7 +10,7 @@ secrets:  environment:    deploy: builds@gabrielgio.me -  target: artifacts.gabrielgio.me/midr/ +  target: artifacts.gabrielgio.me/archive/midr/    version: v0.1.1  tasks: @@ -26,4 +24,3 @@ tasks:        cd midr        sshopts="ssh -o StrictHostKeyChecking=no"        rsync --rsh="$sshopts" -rP *.tar.* $deploy:/var/www/$target - | 
