From 008d203d9b38625333d45f1077715775d0e91c85 Mon Sep 17 00:00:00 2001 From: i-vall <ivallanzasca@gmail.com> Date: Wed, 19 Jun 2019 15:20:11 +0200 Subject: [PATCH] fix: slug name and deploy script --- source/manifest.konnector | 2 +- source/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/manifest.konnector b/source/manifest.konnector index 894ca93..fd75c3e 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 6f02019..e05113b 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" }, -- GitLab