1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Upload tarball automatically

This commit is contained in:
Joshua Goins 2023-10-04 12:37:12 -04:00
parent f908f9b5be
commit b23b72a398

View file

@ -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