diff --git a/source/manifest.konnector b/source/manifest.konnector
index 894ca9315173c783132f85890a7b8a46ad657910..fd75c3e250cbf0425524c9b6cae60464724378c2 100644
--- a/source/manifest.konnector
+++ b/source/manifest.konnector
@@ -4,7 +4,7 @@
   "type": "konnector",
   "language": "node",
   "icon": "icon.png",
-  "slug": "grandlyon-grdf-scraping-connector",
+  "slug": "grdf-scraping-connector",
   "source": "git://gitlab.alpha.grandlyon.com/cozy/grdf-scraping-connector.git",
   "editor": "Grand Lyon",
   "vendor_link": "www.grandlyon.com",
diff --git a/source/package.json b/source/package.json
index 6f02019320eb286d106d98dfb2e547d1da633dac..e05113bde10ac5174155fb6995c8d789b119d8f8 100644
--- a/source/package.json
+++ b/source/package.json
@@ -33,7 +33,7 @@
     "clean": "rm -rf ./data",
     "build": "webpack",
     "lint": "eslint --fix .",
-    "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-git@github.com:konnectors/template.git}",
+    "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://gitlab.alpha.grandlyon.com/cozy/grdf-scraping-connector.git}",
     "cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
     "travisDeployKey": "./bin/generate_travis_deploy_key"
   },