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 - gamemode
- reuse - reuse
- flatpak-builder - flatpak-builder
- rsync
sources: sources:
- https://git.sr.ht/~redstrate/astra - https://git.sr.ht/~redstrate/astra
secrets:
- b748582a-5d31-4fe8-94d6-4a63035e97aa
tasks: tasks:
- reuse: | - reuse: |
cd astra cd astra
@ -24,6 +27,9 @@ tasks:
- tarball: | - tarball: |
cd astra cd astra
./scripts/tarball.sh ./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: | #- configure: |
# cd astra # cd astra
# cmake -S . -B build-cmake # cmake -S . -B build-cmake