Skip to content

Commit

Permalink
Merge branch 'main' into EL-1452-remove-feature-flag-and-redundant-code
Browse files Browse the repository at this point in the history
  • Loading branch information
MazOneTwoOne authored Jul 15, 2024
2 parents 61861bd + 4baa8b8 commit 2f269f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ workflows:
context: laa-fala

- deploy_with_helm:
name: UAT Ephemeral deploy
name: Deploy UAT branch
environment: staging
requires:
- build
Expand All @@ -278,6 +278,10 @@ workflows:
type: approval
requires:
- playwright
filters:
branches:
only:
- main

- deploy:
name: Legacy staging deploy
Expand All @@ -287,6 +291,10 @@ workflows:
context:
- laa-fala
- laa-fala-live-staging
filters:
branches:
only:
- main

- deploy_with_helm:
name: Helm Staging Deploy
Expand All @@ -305,6 +313,10 @@ workflows:
name: deploy_grafana
requires:
- staging_deploy_approval
filters:
branches:
only:
- main
context:
- laa-fala
- laa-fala-live-staging
Expand Down
2 changes: 1 addition & 1 deletion requirements/generated/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ click==8.1.7
# via pip-tools
distlib==0.3.8
# via virtualenv
django==5.0.6
django==5.0.7
# via
# -r requirements/source/requirements-base.in
# django-csp
Expand Down
2 changes: 1 addition & 1 deletion requirements/generated/requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charset-normalizer==3.3.2
# via requests
cla-common @ https://github.com/ministryofjustice/cla_common/archive/refs/tags/0.3.3.tar.gz
# via -r requirements/source/requirements-base.in
django==5.0.6
django==5.0.7
# via
# -r requirements/source/requirements-base.in
# django-csp
Expand Down

0 comments on commit 2f269f7

Please sign in to comment.