From bec5e1d43a516b39d3aceaa022933020f81f2793 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 3 Feb 2026 14:31:04 +0100 Subject: build(frontend): remove dist folder if present --- justfile | 1 + pull.sh | 2 +- push.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 37eee25..2a55777 100644 --- a/justfile +++ b/justfile @@ -3,5 +3,6 @@ dev: go run . -dev build: + rm -fr dist || echo "ok" bun run build GOAMD64=v3 go build -ldflags "-s" . diff --git a/pull.sh b/pull.sh index 8fc4084..a906fb4 100755 --- a/pull.sh +++ b/pull.sh @@ -1,3 +1,3 @@ #!/usr/bin/bash -rsync -riz "vps:~/small-web-data/*" ./ +rsync -riz "vps:~/anhgelus.world/*" ./ diff --git a/push.sh b/push.sh index a889aa8..cd2448e 100755 --- a/push.sh +++ b/push.sh @@ -1,3 +1,3 @@ #!/usr/bin/bash -rsync -riz ./{public,data,config.toml,*.sh} vps:~/small-web-data/ +rsync -riz ./{public,data,config.toml,*.sh} vps:~/anhgelus.world/ -- cgit v1.2.3