✨ feat(ansible): Ajoute le répertoire public/tmp aux permissions d'écriture.
This commit is contained in:
@@ -93,6 +93,7 @@
|
||||
- "{{ path }}/var/log" # Specific for log, though var/log might be created by composer later
|
||||
- "{{ path }}/public/media" # For uploads
|
||||
- "{{ path }}/public/storage"
|
||||
- "{{ path }}/public/tmp"
|
||||
|
||||
- name: Exécuter 'composer install' dans le répertoire de l'application
|
||||
ansible.builtin.command: composer install --no-dev --optimize-autoloader
|
||||
@@ -225,6 +226,7 @@
|
||||
- "{{ path }}/var/log"
|
||||
- "{{ path }}/public/media"
|
||||
- "{{ path }}/public/storage"
|
||||
- "{{ path }}/public/tmp"
|
||||
- name: Exécuter app:cloudflare:purge dans le répertoire de l application
|
||||
ansible.builtin.command: php bin/console app:cloudflare:purge
|
||||
become: false
|
||||
|
||||
Reference in New Issue
Block a user