From 88b6d223cc493011e562706c529b158a0522c37d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Marqu=C3=A9s=20Fern=C3=A1ndez?= Date: Sat, 1 Feb 2025 14:47:18 +0100 Subject: [PATCH] added key generation on deployment --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6335b72..fe9be22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + chmod -R 775 storage + php artisan key:generate \ No newline at end of file