server restore from dump

This commit is contained in:
Priec
2026-09-02 21:27:54 +02:00
parent 8eba1ef735
commit db55067708
5 changed files with 13 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ modules:
- cp postgresql-cache/postgresql-17.10.0-x86_64-unknown-linux-gnu.tar.gz "$HOME/.theseus/postgresql/"
- cargo build --locked --release --package server --features full-embed
- cd client-gui2 && corepack yarn install --frozen-lockfile --non-interactive
- cd client-gui2 && CARGO_TARGET_DIR=/run/build/komp-ac/target/gui corepack yarn tauri build --no-bundle
- cd client-gui2 && CARGO_TARGET_DIR=/run/build/komp-ac/target/gui corepack yarn tauri build --no-bundle --features full-embed
- install -Dm755 /run/build/komp-ac/target/server/release/server /app/bin/komp-ac-server
- install -Dm755 /run/build/komp-ac/target/gui/release/client-gui2 /app/bin/client-gui2
- install -Dm755 packaging/flatpak/launcher.sh /app/bin/komp-ac