wip: Wrong Paths
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-03-21 01:03:00 +01:00
parent 517e166547
commit 87b8d48b84

View File

@@ -16,8 +16,8 @@ steps:
- pnpm install
- pnpm run build
- chown -R flycro:www-data /var/www/html/bookstack.octolabs.net
- find /var/www/html/bookstack.octolabs.net/www -type f -exec chmod 664 {} \\;
- find /var/www/html/bookstack.octolabs.net/www -type d -exec chmod 775 {} \\;
- find /var/www/html/bookstack.octolabs.net -type f -exec chmod 664 {} \\;
- find /var/www/html/bookstack.octolabs.net -type d -exec chmod 775 {} \\;
- docker -f docker-compose-production.yml down
- docker -f docker-compose-production.yml build
- docker -f docker-compose-production.yml up -d