~ehamberg/blog

17b7a01768a79d04e2c577cbadd027b40b4fa9c0 — Erlend Hamberg 1 year, 6 months ago 0dc97cd
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