X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/1663324cfcc445f69fce3defa9b58bfc1b16160d..cb742bb69034bdc97f1b762fc4bf7fde4f027fea:/.build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 6124e10..0000000 --- a/.build.yml +++ /dev/null @@ -1,27 +0,0 @@ -image: archlinux -packages: - - rsync - - wget -sources: - - https://git.sr.ht/~bandali/aminb.org -environment: - deploy: deploy@aminb.org - hugo_version: "0.50" -secrets: - - 6da5fd68-0594-4fc6-abe0-efe01ffe4b56 -tasks: - - setup: | - wget "https://github.com/gohugoio/hugo/releases/download/v${hugo_version}/hugo_extended_${hugo_version}_Linux-64bit.tar.gz" - wget "https://github.com/gohugoio/hugo/releases/download/v${hugo_version}/hugo_extended_${hugo_version}_checksums.txt" - calculated_sha=$(sha256sum "hugo_extended_${hugo_version}_Linux-64bit.tar.gz") - expected_sha=$(grep "hugo_extended_${hugo_version}_Linux-64bit.tar.gz" "hugo_extended_${hugo_version}_checksums.txt") - printf "calculated: %s\n expected: %s" "$calculated_sha" "$expected_sha" - [ "$calculated_sha" = "$expected_sha" ] - tar xzf "hugo_extended_${hugo_version}_Linux-64bit.tar.gz" - - build: | - cd aminb.org - ../hugo --minify - - deploy: | - cd aminb.org - sshopts="-o StrictHostKeyChecking=no" - rsync --rsh="ssh $sshopts" -rP public/ ${deploy}:/var/www/aminb.org/