Commit b852939f authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

update reusable workflows

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