aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-10-18 13:17:30 +0200
committerAlex Auvolat <alex@adnab.me>2022-10-18 13:39:21 +0200
commit8fc93abc79eb3fa74facda7ca2e8798ff7d01658 (patch)
treecca4406ea9a901258bfec0140270c3802d9939f0 /shell.nix
parent667ca9d3e3971d57d1c95defbff790ab5dc26221 (diff)
downloadgarage-8fc93abc79eb3fa74facda7ca2e8798ff7d01658.tar.gz
garage-8fc93abc79eb3fa74facda7ca2e8798ff7d01658.zip
Some things are now in result-bin
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 36a290a9..3b98f8b1 100644
--- a/shell.nix
+++ b/shell.nix
@@ -71,7 +71,7 @@ function to_s3 {
--endpoint-url https://garage.deuxfleurs.fr \
--region garage \
s3 cp \
- ./result/bin/garage \
+ ./result-bin/bin/garage \
s3://garagehq.deuxfleurs.fr/_releases/''${DRONE_TAG:-$DRONE_COMMIT}/''${TARGET}/garage
}