wip: Forgot Compose in Docker
continuous-integration/drone/push Build is failing Details

main
Flycro 2024-03-21 01:06:31 +01:00
parent 87b8d48b84
commit 6330268d20
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ steps:
- chown -R flycro:www-data /var/www/html/bookstack.octolabs.net
- 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
- docker compose -f docker-compose-production.yml down
- docker compose -f docker-compose-production.yml build
- docker compose -f docker-compose-production.yml up -d
- docker compose exec php php artisan migrate --force
- docker compose exec php php artisan optimize
- docker compose exec php php artisan storage:link