wip: try nuxi cleanup before build
continuous-integration/drone/push Build is passing Details

main
Flycro 2024-03-21 01:28:59 +01:00
parent 09ef7f2c9e
commit 0c42894960
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ steps:
- docker compose exec php php artisan migrate --force - docker compose exec php php artisan migrate --force
- docker compose exec php php artisan optimize - docker compose exec php php artisan optimize
- docker compose exec php php artisan storage:link - docker compose exec php php artisan storage:link
- npx nuxi cleanup
- pnpm run build - pnpm run build
- find /var/www/html/bookstack.octolabs.net -type f -exec chmod 664 {} \\; - find /var/www/html/bookstack.octolabs.net -type f -exec chmod 664 {} \\;
- find /var/www/html/bookstack.octolabs.net -type d -exec chmod 775 {} \\; - find /var/www/html/bookstack.octolabs.net -type d -exec chmod 775 {} \\;