summaryrefslogtreecommitdiffstats
path: root/plausible/plausible-deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plausible/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