generated from Flycro/laravel-nuxt
wip: try nuxi cleanup before build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -21,6 +21,7 @@ steps:
|
||||
- docker compose exec php php artisan migrate --force
|
||||
- docker compose exec php php artisan optimize
|
||||
- docker compose exec php php artisan storage:link
|
||||
- npx nuxi cleanup
|
||||
- pnpm run build
|
||||
- find /var/www/html/bookstack.octolabs.net -type f -exec chmod 664 {} \\;
|
||||
- find /var/www/html/bookstack.octolabs.net -type d -exec chmod 775 {} \\;
|
||||
|
||||
Reference in New Issue
Block a user