Fixes for release

This commit is contained in:
David Bomba 2021-01-19 17:32:13 +11:00
parent 69c855ee0c
commit 0205a717a1

View File

@ -36,7 +36,6 @@ jobs:
php artisan optimize php artisan optimize
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 ./vendor/bin/ -type f -exec chmod +x {} \; sudo find ./vendor/bin/ -type f -exec chmod +x {} \;
sudo find ./ -type d -exec chmod 755 {} \; sudo find ./ -type d -exec chmod 755 {} \;