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
|
- 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue