aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--justfile1
-rwxr-xr-xpull.sh2
-rwxr-xr-xpush.sh2
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/