Skip to content

Commit

Permalink
Fixed deployments of the mirrored code branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 6, 2023
1 parent eda47a1 commit db87a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ job-mirror: &job-mirror
do
GIT_MIRROR_BRANCH_DST="${branch}" GIT_MIRROR_BRANCH=develop ./scripts/git-mirror.sh
sleep 5
DREVOPS_DEPLOY_LAGOON_BRANCH="${branch}" DEPLOY_ACTION=deploy_override_db ./scripts/drevops/deploy.sh
DREVOPS_DEPLOY_BRANCH="${branch}" DEPLOY_ACTION=deploy_override_db ./scripts/drevops/deploy.sh
done
fi
Expand Down

0 comments on commit db87a26

Please sign in to comment.