generated from Flycro/laravel-nuxt
wip: Forgot Compose in Docker
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
87b8d48b84
commit
6330268d20
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue