You've already forked ansible-role-renovate
fix: add systemd ExecStartPost attribute
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -13,5 +13,6 @@ OnFailure=status-email@%n.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart={{ renovate_docker_compose_bin }} up
|
ExecStart={{ renovate_docker_compose_bin }} up
|
||||||
|
ExecStartPost={{ renovate_docker_compose_bin }} down --volumes
|
||||||
ExecStop={{ renovate_docker_compose_bin }} down --volumes
|
ExecStop={{ renovate_docker_compose_bin }} down --volumes
|
||||||
WorkingDirectory={{ renovate_dir }}
|
WorkingDirectory={{ renovate_dir }}
|
Reference in New Issue
Block a user