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.
This commit is contained in:
Yannik Rödel 2022-07-24 18:36:44 +02:00
parent 6572865e61
commit 029d4c48c8

View file

@ -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
'';
};