From b8d3e1b32a4db43a9f7059c25545194dbeb8e98f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 1 May 2021 20:08:45 +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..5035c7b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,3 +7,7 @@ steps: commands: - nix build -L - readlink -f result + + - name: push + commands: + - nix copy result --to https://nix-cache.sbruder.de