Skip to content

Commit

Permalink
REMOVE THIS test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Apr 5, 2022
1 parent 5997a13 commit 9e4e26f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-vue-storefront-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- develop
- enterprise
- release/*
- M2-189-refactor-config

jobs:
build:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9e4e26f

Please sign in to comment.