aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yaml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-08ci: update the actions for deploy and updateFranck Cuny1-0/+3
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.
2022-10-07ci: add GitHub actions and depedendabot configurationFranck Cuny1-0/+17
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