diff options
author | EuAndreh <eu@euandre.org> | 2020-08-25 18:16:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-25 18:16:27 -0300 |
commit | 4b8be634cb95876855dc2049aca92b7d87b520fa (patch) | |
tree | a094a282cd850efe524764e83afc71331f410ee6 | |
parent | Enable automatic backup for VPS server (diff) | |
download | server-4b8be634cb95876855dc2049aca92b7d87b520fa.tar.gz server-4b8be634cb95876855dc2049aca92b7d87b520fa.tar.xz |
Add waitress as an --extras package for pires-prod
-rw-r--r-- | vps-configuration.env.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 3e7fe9a..290ecbe 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -58,7 +58,7 @@ let fi pushd ${envsubstConfiguration.piresProdDir} ${pkgs.git}/bin/git pull - ${pkgsUnstable.poetry}/bin/poetry install --no-dev + ${pkgsUnstable.poetry}/bin/poetry install --no-dev --extras "waitress" ${pkgsUnstable.poetry}/bin/poetry run waitress-serve --host localhost --port ${envsubstConfiguration.piresProdPort} --call pires:create_app ''; in { |