Skip to content

Commit 9318961

Browse files
committed
chore: deploy only "dev" branch to DEV env
1 parent b4672ca commit 9318961

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,30 +46,28 @@ jobs:
4646
environment:
4747
DEPLOY_ENV: "DEV"
4848
LOGICAL_ENV: "dev"
49-
APPNAME: "taas-apis"
49+
APPNAME: "taas-apis"
5050
steps: *builddeploy_steps
5151

5252
"build-prod":
5353
<<: *defaults
5454
environment:
5555
DEPLOY_ENV: "PROD"
56-
LOGICAL_ENV: "prod"
57-
APPNAME: "taas-apis"
56+
LOGICAL_ENV: "prod"
57+
APPNAME: "taas-apis"
5858
steps: *builddeploy_steps
5959

6060
workflows:
6161
version: 2
6262
build:
6363
jobs:
64-
# Development builds are executed on "develop" branch only.
64+
# Development builds are executed on "develop" branch only.
6565
- "build-dev":
6666
context : org-global
6767
filters:
6868
branches:
6969
only:
7070
- dev
71-
- feature/es-segregation
72-
- feature/integration-test-fix
7371

7472
# Production builds are exectuted only on tagged commits to the
7573
# master branch.

0 commit comments

Comments
 (0)