Skip to content

Commit

Permalink
Merge pull request #846 from USEPA/live-auth_json
Browse files Browse the repository at this point in the history
Update .gitlab-ci.yml
  • Loading branch information
msglover authored Oct 28, 2022
2 parents 0372c90 + be4f0ee commit ba87e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ variables:
- mkdir -p /kaniko/.docker
- echo '{"credsStore":"ecr-login"}' >/kaniko/.docker/config.json
- echo $WEBCMS_REPO_URL/webcms-$WEBCMS_ENVIRONMENT-$WEBCMS_SITE-$WEBCMS_TARGET:$WEBCMS_IMAGE_TAG
- cd $CI_PROJECT_DIR/services/drupal
- cp $auth_json auth.json

#region Image builds

Expand Down Expand Up @@ -516,7 +518,6 @@ infrastructure:preproduction:apply:
stage: infrastructure_preprod_apply
rules:
- if: '$CI_COMMIT_BRANCH == "live"'
when: manual
dependencies: ["infrastructure:preproduction:plan"]
variables:
WEBCMS_ENVIRONMENT: preproduction
Expand Down

0 comments on commit ba87e6c

Please sign in to comment.