From 5c0ff1c0d021537d3b6591e973c5e49cd89cae08 Mon Sep 17 00:00:00 2001 From: "guilhem.carron" <gcarron@grandlyon.com> Date: Tue, 4 May 2021 14:55:07 +0200 Subject: [PATCH] add deploy dev script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 38e76ba..7474b36 100755 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "build": "webpack", "lint": "eslint --fix .", "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-konnector.git}", + "deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-konnector.git}", "cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})", "travisDeployKey": "./bin/generate_travis_deploy_key" }, -- GitLab