Skip to content

Commit

Permalink
fix: typo in mainnet subgraph deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mortimr committed Oct 13, 2023
1 parent 0e6a6d3 commit 36b6596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ jobs:
- name: 'graph:create:mainnet-complete'
run: $(yarn bin)/graph create vsuite-complete --node http://graph-node-query:8020
- name: 'graph:deploy:mainnet-complete'
run: $(yarn bin)/graph deploy vsuitecomplete --version-label ${GITHUB_REF##*/} --node http://graph-node-query:8020 --ipfs http://ipfs-ipfs:5001 subgraph.mainnet.yaml
run: $(yarn bin)/graph deploy vsuite-complete --version-label ${GITHUB_REF##*/} --node http://graph-node-query:8020 --ipfs http://ipfs-ipfs:5001 subgraph.mainnet.yaml

0 comments on commit 36b6596

Please sign in to comment.