Merge branch '388-frontend-permissions' into 'develop'

Resolve "Document how to fix permission issues with front-end files"

Closes #388

See merge request funkwhale/funkwhale!378
environments/review-front-funk-6vs0zq/deployments/32
Eliot Berriot 2018-08-19 15:34:25 +00:00
commit 1fe525b248
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -191,7 +191,7 @@ build_front:
# this is to ensure we don't have any errors in the output,
# cf https://code.eliotberriot.com/funkwhale/funkwhale/issues/169
- yarn build | tee /dev/stderr | (! grep -i 'ERROR in')
- chmod -R 750 dist
- chmod -R 755 dist
cache:
key: "funkwhale__front_dependencies"
paths:

Wyświetl plik

@ -0,0 +1 @@
More permissive default permissions for front-end files (#388)