| Commit message (Collapse) | Author | Files | Lines |
|
I want to make sure it shows up in my notifications.
|
|
For this to work, branch protection needs to be enabled on the
repository. I can't do this via terraform as it's only supported for
organizations, not individual accounts. I'm not going to manage this
setting in each repository manually, instead I'll drop this feature.
|
|
Fix the cron syntax.
|
|
Don't trigger a deployment if we're updating one of the action, as
there are no changes to the application itself.
For the update workflow, run it once a week, and automatically merge it.
|
|
Configure dependabot to report possible update for various actions that
we use.
Add two workflows:
- update the flake dependencies once a week
- deploy to fly.io when the main branch is updated
|
|
Delete the workflow for GitHub actions.
|
|
|
|
Add a workflow configuration to publish to GitHub pages. This is using
the standard configuration from
https://gohugo.io/hosting-and-deployment/hosting-on-github/
|