diff --git a/ansible/playbook.yml b/ansible/playbook.yml index c853343..3503df7 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -203,14 +203,6 @@ args: chdir: "{{ path }}" when: ansible_os_family == "Debian" - - name: Exécuter app:git-log-update pour mettre à jour le journal client - ansible.builtin.command: php bin/console app:git-log-update - become: false - args: - chdir: "{{ path }}" - # On ignore les erreurs pour ne pas bloquer le déploiement si l'IA ou Git échoue - ignore_errors: yes - - name: S'assurer que le fichier update.json a les bonnes permissions ansible.builtin.file: path: "{{ path }}/var/update.json" diff --git a/update.sh b/update.sh index 52f9c25..2975515 100644 --- a/update.sh +++ b/update.sh @@ -6,6 +6,7 @@ CYAN='\033[0;36m' RESET='\033[0m' # Reset color to default sudo update-alternatives --set php /usr/bin/php8.4 +php bin/console app:git-log-update echo "${CYAN}####################################${RESET}" echo "${CYAN}# LUDIKEVENT INTRANET UPDATE START #${RESET}" echo "${CYAN}####################################${RESET}"