From bf445e99526adfac9cfaed29fa997d14e2619ad6 Mon Sep 17 00:00:00 2001 From: Alireza Azizi Date: Wed, 18 May 2022 17:12:06 +0430 Subject: [PATCH] fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f0689f2..22a2c28 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: commands: - cd /apps/willaengine-staging/ ; docker-compose up -d - docker exec willaengine-staging_php bash -c "COMPOSER=composer-staging.json composer update" - - docker exec willaengine-staging_php php artisan migrate + - docker exec willaengine-staging_php php artisan migrate --path=vendor/wm/store/database/migrations when: branch: - dev