From 9b9bc446c782def9c3d7a56a3bce33347bfee05d Mon Sep 17 00:00:00 2001 From: Alireza Azizi Date: Wed, 27 Apr 2022 14:28:27 +0430 Subject: [PATCH] fix --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f241dbc..dee9772 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,8 +33,8 @@ steps: - name: deploy to staging commands: - cd /apps/willaengine-staging/ ; docker-compose up -d - - docker exec willaengine-staging_php service supervisor start - - docker exec willaengine-staging_php php artisan migrate --path=vendor/wm/finance/database/migrations + # - docker exec willaengine-staging_php service supervisor start + # - docker exec willaengine-staging_php php artisan migrate --path=vendor/wm/finance/database/migrations when: branch: - dev