From f7b2a86c56dcedb023be09fea960077a6a62b8d9 Mon Sep 17 00:00:00 2001 From: Dejavu Moe Date: Wed, 10 May 2023 21:23:14 +0800 Subject: update plausible-deploy.sh --- plausible/plausible-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plausible/plausible-deploy.sh b/plausible/plausible-deploy.sh index c33d22d..b2f3fa9 100644 --- a/plausible/plausible-deploy.sh +++ b/plausible/plausible-deploy.sh @@ -23,7 +23,7 @@ fi cd container git init -git remote add origin https://github.com/DejavuMoe/self-hosted.git +git remote add origin https://git.xvo.es/self-hosted.git git config --local core.sparsecheckout true echo "plausible" >> .git/info/sparse-checkout git pull --depth=1 origin master -- cgit v1.2.3-54-g00ecf