mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
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:
parent
6572865e61
commit
029d4c48c8
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
deployToProduction = pkgs.writeShellScript "deploy-to-production" ''
|
deployToProduction = pkgs.writeShellScript "deploy-to-production" ''
|
||||||
|
echo "Deploying ${packages.container} ..."
|
||||||
${pkgs.curl}/bin/curl 62.146.78.173:9337/hooks/angestoepselt_homepage
|
${pkgs.curl}/bin/curl 62.146.78.173:9337/hooks/angestoepselt_homepage
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue