Skip to content

Commit b33d638

Browse files
committed
feat: add deployment success message and next steps to subgraph workflow
1 parent c3ea6fa commit b33d638

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/deploy-subgraph-chainX.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,15 @@ jobs:
4949
SUBGRAPH_SLUG: ${{ vars.SUBGRAPH_SLUG }}
5050
VERSION_LABEL: ${{ github.event.inputs.version_label }}
5151
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

Comments
 (0)