generated from Flycro/laravel-nuxt
wip: try nuxi cleanup before build
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
09ef7f2c9e
commit
0c42894960
|
|
@ -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 {} \\;
|
||||
|
|
|
|||
Loading…
Reference in New Issue