From 98cb49ea6b7b41ef6afb6a61cd4440fe02e7a2a8 Mon Sep 17 00:00:00 2001 From: azizi Date: Mon, 30 May 2022 03:04:49 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d61d2c6..2f184b6 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 wm/common" - 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 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/finance/database/migrations