From c75e76f2ca8a5ef2d49803e1126af89072dc2db8 Mon Sep 17 00:00:00 2001 From: Alireza Azizi Date: Mon, 23 May 2022 00:23:20 +0430 Subject: [PATCH] fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1f51ec1..f6fa14a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,7 @@ steps: - 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 service supervisor start - - docker exec willaengine-staging_php bash -c "php artisan db:seed --class=CalculationMethodSeeder" + # - 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/finance/database/migrations when: