wildebeest/docs/updating.md

1.4 KiB

IndexBackOther Cloudflare services

Updating Wildebeest

The deployment workflow runs automatically every time the main branch changes, so updating the Wildebeest is as easy as synchronizing the upstream official repository with the fork. You don't even need to use git commands for that; GitHub provides a convenient Sync fork button in the UI that you can simply click.

configuration screen

Once your fork is synchronized with the official repo, the GitHub Actions workflow is triggered and a new build will be deployed.

Updates are incremental and non-destructive. When the GitHub Actions workflow redeploys Wildebeest, we only make the necessary changes to your configuration and nothing else. You don't lose your data; we don't need to delete your existing configurations.

Data loss is not a problem either because D1 supports migrations. If we need to add a new column to a table or a new table, we don't need to destroy the database and create it again; we just apply the necessary SQL to that change.

first login

IndexBackOther Cloudflare services