fix: add new service ansible/cicd
Deploy bin / deploy (push) Successful in 3s
Deploy, build and restart MASTER / deploy (push) Successful in 2s
Deploy agebd python package / deploy (push) Successful in 1s

This commit is contained in:
Benjamin Labrecque
2026-07-07 14:00:45 +02:00
parent 634da8764e
commit b904943ea4
@@ -20,7 +20,7 @@
- name: "[{{ service_dir_name }}] Sync service deployment files"
ansible.builtin.copy:
src: "{{ playbook_dir }}/../services/{{ service_dir_name }}/current/"
src: "{{ playbook_dir }}/../../../services/{{ service_dir_name }}/current/"
dest: "{{ svc_current_dir }}/"
mode: 'preserve'