fix: Fix items permissions on deployment

This commit is contained in:
Mangiang 2021-10-28 10:21:20 -04:00
parent 973ad758f5
commit e8ed4b3a7a
No known key found for this signature in database
GPG Key ID: DAE9B92A692CD55C

View File

@ -39,5 +39,5 @@
path: "{{ lookup('env', 'SPT_ITEMS_PATH') }}" path: "{{ lookup('env', 'SPT_ITEMS_PATH') }}"
owner: "{{ lookup('env', 'DEPLOYMENT_USER') }}" owner: "{{ lookup('env', 'DEPLOYMENT_USER') }}"
group: www-data group: www-data
mode: 0744 mode: 0774
recurse: yes recurse: yes