From 9ee5550f645194c1b973ad467c823b0ef8bea15a Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Fri, 17 Sep 2021 12:46:08 +0200 Subject: [PATCH] fix(cicd): deploy job for master branch was failing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a2823f24..873eae61d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "watch:browser": "cs start --browser", "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": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build}", "deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev}", "deploy-test": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-test} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git}", "test": "cs test --verbose --coverage", -- GitLab