Skip to content

Commit

Permalink
fix: fetch appvars from global vars as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rakibansary committed Jan 3, 2022
1 parent dc98d06 commit 97524c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ build_steps: &build_steps
source awsenvconf
./buildenv.sh -e ${DEPLOY_ENV} -b ${LOGICAL_ENV}-member-account-processor-deployvar
source buildenvvar
./master_deploy.sh -d ECS -e ${DEPLOY_ENV} -t latest -s ${LOGICAL_ENV}-member-account-processor-appvar -i member-account-processor
./master_deploy.sh -d ECS -e ${DEPLOY_ENV} -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-member-account-processor-appvar -i member-account-processor
jobs:
# Build & Deploy against development backend
"build-dev":
<<: *defaults
environment:
DEPLOY_ENV: "DEV"
LOGICAL_ENV: "DEV"
LOGICAL_ENV: "dev"
steps: *build_steps
"build-prod":
<<: *defaults
Expand Down

0 comments on commit 97524c4

Please sign in to comment.