|
90 | 90 | name: "configuring environment" |
91 | 91 | command: | |
92 | 92 | ./awsconfiguration.sh DEV |
93 | | - ./buildenv.sh -e DEV -b test_communityapp_buildvar,test_communityapp_deployvar |
| 93 | + ./buildenv.sh -e DEV -b test_communityapp_buildvar,test_communityapp_deployvar -l dev_communityapp_buildvar_ps |
94 | 94 | # Build of Docker image. |
95 | 95 | - run: *build_docker_image |
96 | 96 | # Caching node modules. |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 | name: "configuring environment" |
119 | 119 | command: | |
120 | 120 | ./awsconfiguration.sh DEV |
121 | | - ./buildenv.sh -e DEV -b qa_communityapp_buildvar,qa_communityapp_deployvar |
| 121 | + ./buildenv.sh -e DEV -b qa_communityapp_buildvar,qa_communityapp_deployvar -l dev_communityapp_buildvar_ps |
122 | 122 | # Build of Docker image. |
123 | 123 | - run: *build_docker_image |
124 | 124 | # Caching node modules. |
@@ -146,7 +146,7 @@ jobs: |
146 | 146 | name: "configuring environment" |
147 | 147 | command: | |
148 | 148 | ./awsconfiguration.sh PROD |
149 | | - ./buildenv.sh -e PROD -b beta_communityapp_buildvar,beta_communityapp_deployvar |
| 149 | + ./buildenv.sh -e PROD -b beta_communityapp_buildvar,beta_communityapp_deployvar -l prod_communityapp_buildvar_ps |
150 | 150 | # Build of Docker image. |
151 | 151 | - run: *build_docker_image |
152 | 152 | # Caching node modules. |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | name: "configuring environment" |
175 | 175 | command: | |
176 | 176 | ./awsconfiguration.sh PROD |
177 | | - ./buildenv.sh -e PROD -b staging_communityapp_buildvar,staging_communityapp_deployvar |
| 177 | + ./buildenv.sh -e PROD -b staging_communityapp_buildvar,staging_communityapp_deployvar -l prod_communityapp_buildvar_ps |
178 | 178 | # Build of Docker image. |
179 | 179 | - run: *build_docker_image |
180 | 180 | # Caching node modules. |
|
0 commit comments