We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ea6fa commit b33d638Copy full SHA for b33d638
.github/workflows/deploy-subgraph-chainX.yml
@@ -49,3 +49,15 @@ jobs:
49
SUBGRAPH_SLUG: ${{ vars.SUBGRAPH_SLUG }}
50
VERSION_LABEL: ${{ github.event.inputs.version_label }}
51
run: npm run deploy-chainX
52
+
53
+ - name: Deployment Success
54
+ run: |
55
+ echo "🎉 Subgraph deployment completed successfully!"
56
+ echo "📋 Next steps:"
57
+ echo "1. Go to TheGraph Studio: https://thegraph.com/studio/"
58
+ echo "2. Connect with the iExec wallet"
59
+ echo "3. Publish the subgraph to make it publicly available"
60
+ echo "4. Subgraph details:"
61
+ echo " - Slug: ${{ vars.SUBGRAPH_SLUG }}"
62
+ echo " - Network: ${{ vars.SUBGRAPH_NETWORK_NAME }}"
63
+ echo " - Version: ${{ github.event.inputs.version_label }}"
0 commit comments