Auto restart service
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolas Duhamel 2021-03-15 19:27:24 +01:00
parent 6b840e9a0c
commit 7e4094d6aa

View File

@ -35,6 +35,7 @@ steps:
from_secret: ssh_key from_secret: ssh_key
script: script:
- mv devices.pex ./services/bin/devices - mv devices.pex ./services/bin/devices
- systemctl --user restart citadel@devices
when: when:
branch: branch:
- master - master