Development workflow (CI/CD) #3939
Unanswered
samuelcastro
asked this question in
Question
Replies: 2 comments
-
So for the second part of my question I just learned that I can track any changes through migrations (https://docs.hasura.io/1.0/graphql/manual/migrations/index.html). |
Beta Was this translation helpful? Give feedback.
0 replies
-
@samuelcastro exactly. You can track changes through migrations & metadata. Regarding your CI/CD question, please refer to this issue. Hopefully it will help you set up CI/CD with GitHub Actions 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any guide around how to structure a good CI/CD workflow or/and how it should be implemented on CircleCI or GitHub Actions for example.
Another thing (might be a dumb question), can we track changes through git? Let's say I changed schemas in my database or created events on Hasura, I want to be able to track those changes. I'm not sure yet whether this is something trackable.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions