Update build task names
1 files changed, 2 insertions(+), 2 deletions(-) M .build.yml
M .build.yml => .build.yml +2 -2
@@ 12,7 12,7 @@ secrets: sources: - https://git.sr.ht/~ehamberg/blog tasks: - setup: | - setup cachix: | nix-env -iA cachix -f https://cachix.org/api/v1/install cachix authtoken --stdin < ~/.cachix_token @@ cachix use ehamberg 22,6 22,6 @@ tasks: - deploy: | cd blog nix run --accept-flake-config . deploy - cachix: | - push to cachix: | cd blog nix path-info --all | cachix push ehamberg