diff --git a/.circleci/config.yml b/.circleci/config.yml index 2540011007..4d94bc4b3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -252,7 +252,7 @@ workflows: filters: branches: only: - - develop + - hot-fix-disable-sw # This is stage env for production QA releases - "build-prod-staging": context : org-global diff --git a/config/default.js b/config/default.js index 7de679aec0..80ecfe7eea 100644 --- a/config/default.js +++ b/config/default.js @@ -57,7 +57,7 @@ module.exports = { /** * Disable PWA service worker. */ - DISABLE_SERVICE_WORKER: false, + DISABLE_SERVICE_WORKER: true, /* API token for logentries.com. The token below is just for local testing of * the setup. To override it use LOG_ENTRIES_TOKEN environment variable. */