-
Notifications
You must be signed in to change notification settings - Fork 9
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
add hasura grahpql integration and CI workflow #795
Conversation
✅ Deploy Preview for dev-astral canceled.
|
related PR in infra |
e5fa002
to
c088b7f
Compare
/review |
PR Reviewer Guide 🔍
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 🚀
PR Type
enhancement, configuration changes
Description
production
branch and handleHASURA_GRAPHQL_ADMIN_SECRET
in the.env
file.Changes walkthrough 📝
gh-deploy-micro-squids.yml
Update deployment workflow for micro squids
.github/workflows/gh-deploy-micro-squids.yml
main
toproduction
.HASURA_GRAPHQL_ADMIN_SECRET
to environment variables..env
file withHASURA_GRAPHQL_ADMIN_SECRET
.gh-deploy-monolith-squid.yml
Add deployment workflow for monolith squid
.github/workflows/gh-deploy-monolith-squid.yml
deploying with Docker Compose.
HASURA_GRAPHQL_ADMIN_SECRET
in.env
file..env.sample
Update sample environment variables for Hasura integration
indexers/squid-blockexplorer/.env.sample
HASURA_GRAPHQL_ENDPOINT
,HASURA_GQL_PORT
, andHASURA_GRAPHQL_ADMIN_SECRET
to sample environment variables.docker-compose.yml
Add Hasura GraphQL Engine service to Docker Compose
indexers/squid-blockexplorer/docker-compose.yml