Skip to content

Commit e4223fc

Browse files
author
Tomasz Kostuch
authored
Merge pull request #4474 from DivanteLtd/gibkigonzo-patch-1
Update deploy-storefrontcloud.yml
2 parents 73de9f2 + c012c8b commit e4223fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-storefrontcloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
node-version: "10.x"
1818
- name: Create config file
1919
run: |
20-
echo '{"server":{"useOutputCacheTagging":true,"useOutputCache":true,"dynamicConfigReload":true},"api":{"url":"https://demo.storefrontcloud.io"}}' > config/local-cloud-demo.json
21-
echo '{"server":{"useOutputCacheTagging":true,"useOutputCache":true,"dynamicConfigReload":true},"api":{"url":"https://demo.storefrontcloud.io"}}' > config/local-cloud-next.json
20+
echo '{"server":{"useOutputCacheTagging":true,"useOutputCache":true,"dynamicConfigReload":true},"api":{"url":"https://demo.storefrontcloud.io"},"elasticsearch":{"index":"vue_storefront_magento_1"}}' > config/local-cloud-demo.json
21+
echo '{"server":{"useOutputCacheTagging":true,"useOutputCache":true,"dynamicConfigReload":true},"api":{"url":"https://demo.storefrontcloud.io"},"elasticsearch":{"index":"vue_storefront_magento_1"}}' > config/local-cloud-next.json
2222
echo '{"server":{"useOutputCacheTagging":true,"useOutputCache":true,"dynamicConfigReload":true},"api":{"url":"https://test.storefrontcloud.io"}}' > config/local-cloud-test.json
2323
- name: Build and publish docker image
2424
uses: elgohr/Publish-Docker-Github-Action@master
@@ -85,4 +85,4 @@ jobs:
8585
target_url: https://demo.storefrontcloud.io
8686
description: Unfortunately, the instance hasn't been updated.
8787
state: "failure"
88-
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
88+
deployment_id: ${{ steps.deployment.outputs.deployment_id }}

0 commit comments

Comments
 (0)