~ehamberg/blog

ac533e3127e9e181116e32f7b81d10c1adb01cb9 — Erlend Hamberg 1 year, 6 months ago e5fefc6
Only push store paths produced during build
1 files changed, 1 insertions(+), 4 deletions(-)

M .build.yml
M .build.yml => .build.yml +1 -4
@@ 18,10 18,7 @@ tasks:
    cachix use ehamberg
- build: |
    cd blog
    nix build --accept-flake-config --max-jobs 4
    cachix watch-exec ehamberg -- nix build --accept-flake-config --max-jobs 4
- deploy: |
    cd blog
    nix run --accept-flake-config . deploy
- push_to_cachix: |
    cd blog
    nix path-info --all | cachix push ehamberg