wip: .js to .cjs
continuous-integration/drone/push Build is passing Details

main
Flycro 2024-03-21 01:20:18 +01:00
parent 62042f3457
commit 09ef7f2c9e
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ steps:
- 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 {} \\;
- pm2 restart ecosystem.config.js - pm2 restart ecosystem.config.cjs