Commit 33b299f3 authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

fix deploy workflow

parent a8fc38e3
......@@ -9,9 +9,7 @@ jobs:
if_merged:
if: github.event.pull_request.merged == true
needs: push_to_registry
uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup.yaml@deploy-smart-contract-verifier
uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup.yaml@master
with:
valuesDir: values/frontend
appNamespace: frontend-$GITHUB_REF_NAME
appName: frontend
secrets: inherit
......@@ -68,7 +68,8 @@ jobs:
uses: blockscout/blockscout-ci-cd/.github/workflows/e2e_new.yaml@fix-e2e-tests
with:
valuesDir: deploy/values
appName: e2e-bs-stack
appName: e2e-front
appNamespace: e2e-front
blockscoutIngressHost: blockscout
frontendIngressHost: frontend
frontendImage: ghcr.io/blockscout/frontend:prerelease-${{ needs.push_to_registry.outputs.shortSha }}
......
......@@ -65,11 +65,13 @@ jobs:
deploy_frontend:
needs: push_to_registry
uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@fix-e2e-tests
with:
valuesDir: deploy/values
appNamespace: frontend-$GITHUB_HEAD_REF
appName: frontend
frontendIngressHost: frontend-$GITHUB_HEAD_REF.aws-k8s.blockscout.com
appNamespace: review-front
blockscoutIngressHost: blockscout
frontendIngressHost: frontend
frontendImage: ghcr.io/blockscout/frontend:prerelease-${{ needs.push_to_registry.outputs.shortSha }}
gethIngressHost: geth
scVerifierIngressHost: sc-verifier
secrets: inherit
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment