aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yaml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-07ci: drop GitHub workflowsFranck Cuny1-20/+0
They've been replaced with drone.
2022-10-17build(deps): bump cachix/install-nix-action from 17 to 18dependabot[bot]1-1/+1
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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