diff --git a/update-prod.sh b/update-prod.sh
index 6fbee9015a165f5bbd48359e8662741369856360..b86656fabcb36f49660b76541fbe0731259e13d2 100755
--- a/update-prod.sh
+++ b/update-prod.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 git checkout .
-git pull origin master
+git pull froggit master
 
 cd admin-frontend
 npm install
@@ -12,4 +12,4 @@ npm install
 npm run build
 
 cd ..
-docker-compose up --build
+docker compose up --build
diff --git a/website/package.json b/website/package.json
index f4aece5428b8e3901f7b248cf6835cc8d099f25e..3dbeada780c5aa6fc93371be590edf329b67a799 100644
--- a/website/package.json
+++ b/website/package.json
@@ -9,10 +9,10 @@
         "build": "node build.js && sass ./src/style.scss ../public/style/style.css",
         "build-prod": "node build.js prod && sass ./src/style.scss ../public/style/style.css --style=compressed"
     },
-    "repository": "https://gitlab.com/peter_rabbit/kuadrado-website",
+    "repository": "https://lab.frogg.it/kuadrado-software/kuadrado-website",
     "author": "Kuadrado",
     "license": "MIT",
-    "homepage": "https://gitlab.com/peter_rabbit/kuadrado-website#readme",
+    "homepage": "https://lab.frogg.it/kuadrado-software/kuadrado-website#readme",
     "dependencies": {
         "ks-cheap-translator": "^0.1.0",
         "mentalo-engine": "^0.2.4",