Commit 00611323 authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

fix deploy workflow

parent 33b299f3
name: Publish Docker image for review environment name: Deploy review environment
on: on:
# push: # push:
...@@ -68,7 +68,7 @@ jobs: ...@@ -68,7 +68,7 @@ jobs:
uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@fix-e2e-tests uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@fix-e2e-tests
with: with:
valuesDir: deploy/values valuesDir: deploy/values
appNamespace: review-front appNamespace: review-front-$GITHUB_HEAD_REF_SLUG
blockscoutIngressHost: blockscout blockscoutIngressHost: blockscout
frontendIngressHost: frontend frontendIngressHost: frontend
frontendImage: ghcr.io/blockscout/frontend:prerelease-${{ needs.push_to_registry.outputs.shortSha }} frontendImage: ghcr.io/blockscout/frontend:prerelease-${{ needs.push_to_registry.outputs.shortSha }}
......
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