unlock
unlock copied to clipboard
Deploy subgraph automatically from ci
Will be useful. See an example here https://github.com/graphprotocol/graph-network-subgraph/blob/master/.github/workflows/deploy-production-subgraph.yaml
That would be.... perfect!
one step closer with the subgraph deployment script
This would have been useful today! :D
From Discord: cd subgraph && yarn deploy-all need to add to ci somewhere so it deploys on each prod pr:
cd subgraph && yarn deploy-all
a fix is in the works at #10350
I can confirm this works! Closing!