2023-08-06 08:48:11 -04:00
|
|
|
image: archlinux
|
|
|
|
packages:
|
|
|
|
- reuse
|
2023-10-04 18:15:41 -04:00
|
|
|
- rsync
|
2023-08-06 08:48:11 -04:00
|
|
|
sources:
|
|
|
|
- https://git.sr.ht/~redstrate/novus
|
2023-10-04 18:15:41 -04:00
|
|
|
secrets:
|
|
|
|
- b748582a-5d31-4fe8-94d6-4a63035e97aa
|
2023-08-06 08:48:11 -04:00
|
|
|
tasks:
|
|
|
|
- reuse: |
|
|
|
|
cd novus
|
2023-10-04 18:15:41 -04:00
|
|
|
reuse lint
|
|
|
|
- tarball: |
|
|
|
|
cd novus
|
|
|
|
./scripts/tarball.sh
|
|
|
|
- upload-tarball: |
|
|
|
|
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
|
|
|
rsync -e 'ssh -p 38901' -Wvr novus-source.tar.gz deploy@ryne.moe:/srv/http/astra-distrib/novus/git/
|
|
|
|
artifacts:
|
|
|
|
- novus-source.tar.gz
|