Skip to content

Commit 4f50f6c

Browse files
authored
fix: appvar path
1 parent 06194c6 commit 4f50f6c

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
@@ -46,7 +46,7 @@ jobs:
4646
<<: *defaults
4747
environment:
4848
DEPLOY_ENV: "PROD"
49-
LOGICAL_ENV: "PROD"
49+
LOGICAL_ENV: "prod"
5050
steps: *build_steps
5151
workflows:
5252
version: 2
@@ -62,4 +62,4 @@ workflows:
6262
context : org-global
6363
filters:
6464
branches:
65-
only: master
65+
only: master

0 commit comments

Comments
 (0)