From 029d4c48c80910caee9cfb83282d6d3974380256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Sun, 24 Jul 2022 18:36:44 +0200 Subject: [PATCH] Add the container as a dependency to the deployment script This will make sure that if we do enable the runCommand hook again, the container actually is built before. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index abc01b6..1ee8cb9 100644 --- a/flake.nix +++ b/flake.nix @@ -125,6 +125,7 @@ }; deployToProduction = pkgs.writeShellScript "deploy-to-production" '' + echo "Deploying ${packages.container} ..." ${pkgs.curl}/bin/curl 62.146.78.173:9337/hooks/angestoepselt_homepage ''; };