Skip to content

Commit

Permalink
fix: update name in the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Jul 8, 2024
1 parent 97d3485 commit aad2337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"graph:update-network": "./scripts/update-network.sh",
"graph:create-hosted": "./scripts/create-hosted.sh",
"graph:deploy-hosted": "./scripts/deploy-hosted.sh",
"graph:deploy-studio": "./scripts/deploy-studio.sh",
"artifacts:download": "./scripts/download-artifacts.sh"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-studio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ do
CONTRACT_NAME=$(jq .name < $artifact | tr -d '"')
BASENAME=$(jq .name < $artifact | tr -d '"' | tr "[:upper:]" "[:lower:]")
echo "Deploying $TAG$NETWORK$VERSION$BASENAME"
(cd "subgraphs/$CONTRACT_NAME" && graph deploy --studio nevermined-io/$TAG$NETWORK$VERSION$BASENAME)
(cd "subgraphs/$CONTRACT_NAME" && graph deploy --studio $TAG$NETWORK$VERSION$BASENAME -l v3.5.7)
done

0 comments on commit aad2337

Please sign in to comment.