From 1fe1bab85edbcebfdca5b2b82970d04dc0a2bb0b Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 1 May 2021 20:02:49 +0200 Subject: [PATCH] drone: Push result to binary cache --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4f3ecd5..45a325e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,3 +7,7 @@ steps: commands: - nix build -L - readlink -f result + + - name: bush + commands: + - nix copy ./result --to https://nix-cache.sbruder.de