Add upgrade procedure with remove/deploy

This commit is contained in:
Benoit S 2021-09-27 21:38:10 +09:00
parent 35633ef865
commit ba318533e9
4 changed files with 32 additions and 5 deletions

View file

@ -3,6 +3,7 @@ set -euo pipefail
systemd-run \
--pty \
--unit='photoprism-run' \
--description='photoprism binary call' \
--property=User={{ host.data.unix_user }} \
--property=Group={{ host.data.unix_group }} \