Skip to content

Commit 2d04c34

Browse files
committed
Code build fix
1 parent dbb67c0 commit 2d04c34

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

buildspec.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ phases:
2929
- echo "🧪 Running Laravel migrations..."
3030
- php artisan migrate --force
3131

32-
# Laravel Cache Optimization
33-
- php artisan optimize
34-
32+
- echo "🔑 Generating application key..."
3533
- php artisan key:generate --force
3634

35+
- echo "🚀 Optimizing Laravel..."
36+
- php artisan optimize
37+
3738
build:
3839
commands:
3940
- echo "🧪 Running Laravel Tests..."

0 commit comments

Comments
 (0)