diff options
-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 - |