We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf6ebb commit 88b6d22Copy full SHA for 88b6d22
.github/workflows/build.yml
@@ -71,4 +71,5 @@ jobs:
71
php artisan storage:link
72
mkdir -p storage/framework/views
73
chown -R www-data:www-data storage
74
- chmod -R 775 storage
+ chmod -R 775 storage
75
+ php artisan key:generate
0 commit comments