Git integration? #2269
hexis-consulting
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
The database doesn't get deployed. It experiences schema migrations. New EmDash versions, for example, will require schema changes in your database in order to support new features. Your own code changes may also require migrations depending on scope and what you're trying to achieve. Neither depends on git though. If you're worried about things getting out of sync, consider adopting DevOps practices (CI/CD) while working on project source code. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The proliferation of astro and other static sites on cloudflare is almost solely due to AI developing coding, which almost always has a connected git repo, yet em dash seems to treat D1 as authorotative and has no real clean way of reconciling with a git back site where AI coding agents will also be making changes. Perhaps I am missing something here.
Making an edit from the user site with em dash directly to the site (via the database which then gets deployed), would seemingly create a disaster when you check in from the git side and none of those changes have landed.
Perhaps I am missing something, if not, how can we fix this?
All reactions