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:
parent
f908f9b5be
commit
b23b72a398
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue