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 --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'push.sh') 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