aboutsummaryrefslogtreecommitdiff
path: root/.github (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-21build(deps): bump DeterminateSystems/update-flake-lock from 14 to 19 (#2)dependabot[bot]1-1/+1
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 14 to 19. - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](https://github.com/determinatesystems/update-flake-lock/compare/v14...v19) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21build(deps): bump actions/upload-pages-artifact from 1 to 2 (#1)dependabot[bot]1-1/+1
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-20add a couple more workflowsFranck Cuny2-0/+28
2023-08-14changing permissions result in failureFranck Cuny1-3/+0
2023-08-14deploy the site with GHAFranck Cuny1-0/+41
Add a workflow to build the site and deploy it.
2022-11-07ci: drop GitHub workflowsFranck Cuny3-48/+0
They've been replaced with drone.
2022-10-17build(deps): bump cachix/install-nix-action from 17 to 18dependabot[bot]2-2/+2
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-09ci: submit the PR as the GitHub-actions botFranck Cuny1-1/+0
I want to make sure it shows up in my notifications.
2022-10-09ci: remove GHA to automerge pull requestFranck Cuny1-8/+0
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.
2022-10-08Update update.yamlFranck Cuny1-1/+1
Fix the cron syntax.
2022-10-08ci: update the actions for deploy and updateFranck Cuny2-1/+13
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 Cuny3-0/+45
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
2022-05-10fix name of the branch for doneFranck Cuny1-18/+0
Delete the workflow for GitHub actions.
2021-06-20github: deploy to fly.io instead of GH pagesFranck Cuny1-17/+5
2021-03-07add action to publish to GH pagesFranck Cuny1-0/+30
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/