diff --git a/.github/workflows/deploy-vue-storefront-cloud.yml b/.github/workflows/deploy-vue-storefront-cloud.yml index fdfd78d4c..993d16378 100644 --- a/.github/workflows/deploy-vue-storefront-cloud.yml +++ b/.github/workflows/deploy-vue-storefront-cloud.yml @@ -6,6 +6,7 @@ on: - develop - enterprise - release/* + - M2-189-refactor-config jobs: build: @@ -49,7 +50,7 @@ jobs: REDIS_PORT: 6379 REDIS_KEY_PREFIX: ${{ github.sha }} REDIS_CACHE_INVALIDATE_KEY: magento2vsf2 - REDIS_CACHE_INVALIDATE_URL: /cache-invalidate + REDIS_CACHE_INVALIDATE_URL: /some-custom-cache-url RECAPTCHA_ENABLED: false RECAPTCHA_HIDE_BADGE: false @@ -100,7 +101,7 @@ jobs: deploy-enterprise: uses: ./.github/workflows/deployment-template.yml needs: build - if: github.ref == 'refs/heads/enterprise' + if: github.ref == 'refs/heads/M2-189-refactor-config' with: github_environment_name: enterprise environment_code: demo-magento2-enterprise