# update subgraph.yml using the contract deployment artifacts
$ yarn update:arbitrum-goerli
$ yarn codegen
$ yarn build
Get an API key from the thegraph.com, then authenticate.
$ yarn run graph auth --product hosted-service
yarn deploy:arbitrum-goerli
Go to the Deploy Subgraph Action and click the Run workflow button:

Pick the appropriate network. There should be a corresponding yarn script in the form of deploy:<network>
on the master branch.