From b1d42e36a9fbbc0d80b9dfaec9b88b64873ee3de Mon Sep 17 00:00:00 2001
From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com>
Date: Tue, 16 Jun 2020 11:30:39 +0200
Subject: [PATCH] Add deploy-dev to package.json

---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index 0f25d3a4a..3ab036a8f 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
     "watch:mobile": "cs watch --mobile",
     "start:cs": "cs start --hot --browser --no-stack",
     "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.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/ecolyo.git}",
     "test": "cs test --verbose --coverage",
     "cozyPublish": "git fetch origin ${DEPLOY_BRANCH:-build}:${DEPLOY_BRANCH:-build} && cs publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
     "build:css": "node-sass -c ./src/styles -o src/styles",
-- 
GitLab