Update deployment after new release

This commit is contained in:
sonny 2023-06-25 12:03:47 +02:00
parent cf8ad6c823
commit 7b924d3813
3 changed files with 11 additions and 32 deletions

View file

@ -7,5 +7,5 @@ Description=Transip-client service
[Service]
EnvironmentFile={{ app_dir }}/.env
WorkingDirectory={{ app_dir }}
ExecStart={{ ansible_env.HOME }}/.local/bin/poetry run listen
ExecStart={{ app_dir }}/env/bin/transip-listen
Type=oneshot