Skip to content

Merge pull request #65 from balancer/staging #7

Merge pull request #65 from balancer/staging

Merge pull request #65 from balancer/staging #7

Workflow file for this run

name: Deploy Graph Studio
on:
push:
branches: [master]
jobs:
deploy-polygon-zkevm:
runs-on: ubuntu-latest
environment: graph
steps:
- uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install
run: yarn --frozen-lockfile
- name: Codegen
run: yarn codegen
- name: Build
run: yarn build
- uses: gtaschuk/graph-deploy@v0.1.11
with:
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}}
graph_version_label: ${GITHUB_SHA::8}
graph_subgraph_name: "balancer-gauges-polygon-zk"
graph_account: "balancer-labs"
graph_config_file: "subgraph.polygon-zkevm.yaml"
graph_deploy_studio: true