Skip to content

Commit f70c829

Browse files
committed
Issues-440: Fixed branch name
1 parent 42e787d commit f70c829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
LOGICAL_ENV: "dev"
5252
APPNAME: "vanilla-forums"
5353
CI_DEPLOY_TOKEN: $CI_DEPLOY_TOKEN
54-
BRANCH: $CIRCLE_BRANCH
54+
BRANCH: "develop"
5555
steps: *builddeploy_steps
5656

5757
"build-prod":
@@ -61,7 +61,7 @@ jobs:
6161
LOGICAL_ENV: "prod"
6262
APPNAME: "vanilla-forums"
6363
CI_DEPLOY_TOKEN: $CI_DEPLOY_TOKEN
64-
BRANCH: $CIRCLE_BRANCH
64+
BRANCH: "master"
6565
steps: *builddeploy_steps
6666

6767
workflows:

0 commit comments

Comments
 (0)