Skip to content

Commit

Permalink
Merge branch 'support-cronos' into qa
Browse files Browse the repository at this point in the history
  • Loading branch information
ernanirst committed Nov 16, 2023
2 parents dbd1b0c + 99f98b5 commit a546afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build Cronos
run: npm run build:cronos-mainnet
- name: Deploy Self-hosted Cronos
run: npx graph deploy --node "https://cronos-mainnet.graph-node-admin.orium.network/subgraph/${SELF_HOSTED_SUBGRAPH_KEY}" --version-label ${{ github.sha }} cronos-mainnet_prod_nft-roles
run: npx graph deploy --node ${{ secrets.SELF_HOSTED_SUBGRAPH_URL }} --version-label ${{ github.sha }} cronos-mainnet_prod_nft-roles
- name: Build Polygon
run: npm run build:polygon
- name: Test
Expand Down

0 comments on commit a546afc

Please sign in to comment.