summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejavu Moe <[email protected]>2023-05-10 21:23:14 +0800
committerDejavu Moe <[email protected]>2023-05-10 21:23:14 +0800
commitf7b2a86c56dcedb023be09fea960077a6a62b8d9 (patch)
tree3b450a4edc8f1abfa14a330a3acf00e1d879cb9c
parent6450f72242e85e9c9c6493439ad44fe2834a822e (diff)
downloadself-hosted-f7b2a86c56dcedb023be09fea960077a6a62b8d9.tar.gz
self-hosted-f7b2a86c56dcedb023be09fea960077a6a62b8d9.zip
update plausible-deploy.sh
-rw-r--r--plausible/plausible-deploy.sh2
1 files changed, 1 insertions, 1 deletions
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