mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-19 09:17:45 +00:00
15 lines
379 B
YAML
15 lines
379 B
YAML
|
image: archlinux
|
||
|
packages:
|
||
|
- rsync
|
||
|
- rust
|
||
|
secrets:
|
||
|
- b748582a-5d31-4fe8-94d6-4a63035e97aa
|
||
|
sources:
|
||
|
- https://git.sr.ht/~redstrate/kawari
|
||
|
tasks:
|
||
|
- build: |
|
||
|
cd kawari
|
||
|
cargo build --release
|
||
|
- upload: |
|
||
|
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
||
|
rsync -e 'ssh -p 38901' -Wvr kawari/target/release/kawari-frontier deploy@ryne.moe:/opt/kawari/
|