Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Github-actions] Add dev endpoint to deployment action #321

Merged
merged 9 commits into from
Nov 14, 2024

Conversation

psparacino
Copy link
Collaborator

@psparacino psparacino commented Nov 12, 2024

NOTE: This is currently blocked as there issues creating a new subgraph in the studio. Most likely because of the multisig; reached out to graph support

Staging will need to be a clone of main for the new subgraph versioning process.

The current staging will becomedev. This PR updates the deploy action to deploy any subgraphs pushed to the dev branch to the dev endpoint.

Unlike staging and main, there are not different dev endpoints for each individual subgraph. Instead subgraphs will be named - on the dev endpoint. The Graph auto-archives after three deployments but we can easily unarchive via the graph ui.

We are not deploying to Alchemy as this would inflate the entity count beyond the billing limitations.

Copy link
Collaborator

@0xAurelius 0xAurelius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but I'd like to see a full test run of this deploying to both dev and staging

@psparacino psparacino merged commit 9a7f2fa into main Nov 14, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants