From e8c978a5f0f7ee19d9e0487133899f63e6154fb4 Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Wed, 4 Oct 2023 15:53:46 +0100 Subject: [PATCH] Temp commit for staging deploy --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3870bb98..294730c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -148,7 +148,7 @@ workflows: requires: - sam_build context: [ deployment-staging-dc-website, slack-secrets ] - filters: { branches: { only: [ main, master, development ] } } + filters: { branches: { only: [ main, master, development, hotfix/blog-indexing ] } } - sam_deploy: name: sam_deploy_production dc-environment: production