From b23b72a3989cc8c1920d4681cd530b8266f96f66 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 4 Oct 2023 12:37:12 -0400 Subject: [PATCH] Upload tarball automatically --- .build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.build.yml b/.build.yml index 3b4fb99..c36bfad 100644 --- a/.build.yml +++ b/.build.yml @@ -15,8 +15,11 @@ packages: - gamemode - reuse - flatpak-builder + - rsync sources: - https://git.sr.ht/~redstrate/astra +secrets: + - b748582a-5d31-4fe8-94d6-4a63035e97aa tasks: - reuse: | cd astra @@ -24,6 +27,9 @@ tasks: - tarball: | cd astra ./scripts/tarball.sh + - upload-tarball: | + echo "StrictHostKeyChecking=no" >> ~/.ssh/config + rsync -e 'ssh -p 38901' -Wvr astra-source.tar.gz deploy@ryne.moe:/srv/http/astra-distrib/astra/git/ #- configure: | # cd astra # cmake -S . -B build-cmake