mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 21:07:46 +00:00
Remove old CI file
This commit is contained in:
parent
da095e63c1
commit
a7d861e132
1 changed files with 0 additions and 20 deletions
20
.build.yml
20
.build.yml
|
@ -1,20 +0,0 @@
|
|||
image: archlinux
|
||||
packages:
|
||||
- reuse
|
||||
- rsync
|
||||
sources:
|
||||
- https://git.sr.ht/~redstrate/novus
|
||||
secrets:
|
||||
- b748582a-5d31-4fe8-94d6-4a63035e97aa
|
||||
tasks:
|
||||
- reuse: |
|
||||
cd novus
|
||||
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
|
Loading…
Add table
Reference in a new issue