feat: ssh workflow

This commit is contained in:
2026-08-23 04:53:23 +05:00
parent 1555f0434e
commit 363a4a7e5b
8 changed files with 2119 additions and 105 deletions
+16
View File
@@ -0,0 +1,16 @@
config := "test/deploy.toml"
project := "github-tracker"
default:
@just --list
build:
cargo build
run *args:
cargo run -- --config {{config}} {{project}} {{args}}
test:
cargo fmt --check
cargo clippy --all-targets -- -D warnings
cargo test