Skip to content

Commit

Permalink
Update push-subgraph.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
estfe committed Oct 26, 2023
1 parent 40a92cc commit aedafbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Run graph deploy on public IPFS node
working-directory: ${{ github.event.inputs.folder }}
run: |
if [ "${{ github.event.inputs.environment }}" == "development" ]; then
NODE_URL="$DEV_NODE_URL"
Expand All @@ -80,6 +81,7 @@ jobs:
graph deploy --node $NODE_URL --ipfs $IPFS_PUBLIC_NODE --version-label v0.0.1 $SUBGRAPH_NAME
- name: Run graph deploy on public Infura node
working-directory: ${{ github.event.inputs.folder }}
run: |
if [ "${{ github.event.inputs.environment }}" == "development" ]; then
NODE_URL="$DEV_NODE_URL"
Expand Down

0 comments on commit aedafbd

Please sign in to comment.