add Rocket.toml to rsync in tt files

This commit is contained in:
fabolous005 2025-12-30 03:17:53 +01:00
parent ff3e5c4916
commit 847ac60731
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ git pull
cargo build --release
rsync -av ./static ./templates ./.env /var/lib/teatrader-edge/
rsync -av ./Rocket.toml ./static ./templates ./.env /var/lib/teatrader-edge/
cp ./target/release/teatrade /var/lib/teatrader-edge/teatrade-edge
killall teatrade-edge

View File

@ -14,7 +14,7 @@ git checkout "$tag"
cargo build --release
rsync -av ./static ./templates ./.env /var/lib/teatrader-stable/
rsync -av ./Rocket.toml ./static ./templates ./.env /var/lib/teatrader-stable/
cp ./target/release/teatrade /var/lib/teatrader-stable/teatrade-stable
killall teatrade-stable