Skip to content

Commit 88b6d22

Browse files
committed
added key generation on deployment
1 parent faf6ebb commit 88b6d22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ jobs:
7171
php artisan storage:link
7272
mkdir -p storage/framework/views
7373
chown -R www-data:www-data storage
74-
chmod -R 775 storage
74+
chmod -R 775 storage
75+
php artisan key:generate

0 commit comments

Comments
 (0)