Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ernanirst committed Nov 16, 2023
1 parent c0e2c5f commit dbd1b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build Cronos
run: npm run build:cronos-mainnet
- name: Deploy Self-hosted Cronos QA
run: npx graph deploy --node "https://cronos-mainnet.graph-node-admin.orium.network/subgraph/${SELF_HOSTED_SUBGRAPH_KEY}" --version-label qa cronos-mainnet_qa_nft-roles
run: npx graph deploy --node ${{ secrets.SELF_HOSTED_SUBGRAPH_URL }} --version-label qa cronos-mainnet_qa_nft-roles
- name: Build Polygon
run: npm run build:polygon
- name: Delete Satsuma Polygon QA
Expand Down

0 comments on commit dbd1b0c

Please sign in to comment.