fix workdir in handler
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:
parent
46aaff854a
commit
0f7e081d83
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Restart scaler service
|
||||
docker_compose:
|
||||
project_src: "{{ scaler_service_directory }}"
|
||||
project_src: "{{ __droneci_autoscaler_workdir }}"
|
||||
pull: yes
|
||||
remove_orphans: yes
|
||||
stopped: "{{ inst.service_stopped | default(droneci_autoscaler_service_stopped) }}"
|
||||
|
Loading…
Reference in New Issue
Block a user