Create a dedicated machine for renovate
This way it can do what it wants with docker. Because apparently it's very picky about how it's setup
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
- name: Install config file
|
||||
template:
|
||||
src: files/config.js
|
||||
dest: "{{ app_data_dir }}/renovate/config.js"
|
||||
dest: /opt/renovate/config.js
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
notify: restart renovate
|
||||
@ -31,7 +31,7 @@
|
||||
- name: Install custom entrypoint
|
||||
template:
|
||||
src: files/entrypoint.sh
|
||||
dest: "{{ app_data_dir }}/renovate/entrypoint.sh"
|
||||
dest: /opt/renovate/entrypoint.sh
|
||||
mode: "0755"
|
||||
owner: "{{ docker_user.name }}"
|
||||
notify: restart renovate
|
||||
|
Reference in New Issue
Block a user