Commit b852939f authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

update reusable workflows

parent 71d05ab0
...@@ -2,7 +2,7 @@ name: Deploy review environment ...@@ -2,7 +2,7 @@ name: Deploy review environment
on: on:
# push: # push:
# pull_request: pull_request:
workflow_dispatch workflow_dispatch
env: env:
......
...@@ -54,11 +54,15 @@ jobs: ...@@ -54,11 +54,15 @@ jobs:
SENTRY_CSP_REPORT_URI=${{ secrets.SENTRY_CSP_REPORT_URI }} SENTRY_CSP_REPORT_URI=${{ secrets.SENTRY_CSP_REPORT_URI }}
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
# deploy_frontend: deploy_main:
# needs: push_to_registry needs: push_to_registry
# uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
# with: with:
# valuesDir: deploy/values valuesDir: deploy/values/review
# appNamespace: frontend-main appNamespace: front-main
# appName: frontend blockscoutIngressHost: blockscout
# secrets: inherit frontendIngressHost: frontend
frontendImage: ghcr.io/blockscout/frontend:main
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