fix: Change items website hierarchy permissions (from 774 to 775)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
shirito 2021-11-04 21:23:02 +00:00
parent 4bb11f731c
commit 67857b6b40

View File

@ -38,7 +38,7 @@
path: "{{ lookup('env', 'SPT_ITEMS_PATH') }}" path: "{{ lookup('env', 'SPT_ITEMS_PATH') }}"
owner: "{{ lookup('env', 'DEPLOY_USER') }}" owner: "{{ lookup('env', 'DEPLOY_USER') }}"
group: "{{ lookup('env', 'DEPLOY_USER_GROUP') }}" group: "{{ lookup('env', 'DEPLOY_USER_GROUP') }}"
mode: 0774 mode: 0775
recurse: yes recurse: yes
- name: Initialize database - name: Initialize database