fix: set proper permissions for storage in CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Joris Slagter
2025-12-02 22:32:35 +01:00
parent 07f340cb8f
commit 9a95c9abfe

View File

@@ -15,6 +15,8 @@ steps:
- mkdir -p storage/framework/{cache,sessions,views}
- mkdir -p storage/logs
- mkdir -p bootstrap/cache
# Set proper permissions for Laravel
- chmod -R 775 storage bootstrap/cache
- php artisan key:generate
# Now run composer install with existing storage
- composer install --prefer-dist --no-progress --no-interaction