Skip to content

Commit

Permalink
added key generation on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmarfer committed Feb 1, 2025
1 parent faf6ebb commit 88b6d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ jobs:
php artisan storage:link
mkdir -p storage/framework/views
chown -R www-data:www-data storage
chmod -R 775 storage
chmod -R 775 storage
php artisan key:generate

0 comments on commit 88b6d22

Please sign in to comment.