fix for release

This commit is contained in:
David Bomba 2021-01-19 15:14:45 +11:00
parent 7907eae103
commit 47dedaf96e

View File

@ -37,6 +37,7 @@ jobs:
php artisan storage:link php artisan storage:link
sudo php artisan cache:clear sudo php artisan cache:clear
sudo find ./ -type f -exec chmod 644 {} \; sudo find ./ -type f -exec chmod 644 {} \;
sudo find ./vendor/bin/ -type f -exec chmod +x {} \;
sudo find ./ -type d -exec chmod 755 {} \; sudo find ./ -type d -exec chmod 755 {} \;
- name: Prepare JS/CSS assets - name: Prepare JS/CSS assets