From d156c44f81cbdb01a56b186243abb2020a722470 Mon Sep 17 00:00:00 2001 From: Alireza Azizi Date: Mon, 25 Jul 2022 11:38:12 +0430 Subject: [PATCH] fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 00dbd97..5f72464 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,7 @@ steps: # - docker exec willaengine-staging_php service supervisor start # - docker exec willaengine-staging_php bash -c "php artisan db:seed --class=CalculationMethodSeeder" # - docker exec willaengine-staging_php php artisan migrate --path=vendor/wm/finance/database/migrations - - docker exec willaengine-staging_php php artisan migrate --path=vendor/wm/store/database/migrations + - docker exec willaengine-staging_php php artisan migrate --path=vendor/wm/store/database/migrations --force when: branch: - dev