From a422e9971b18c7c48e0f35b080b16490c7777749 Mon Sep 17 00:00:00 2001 From: azizi Date: Wed, 13 Apr 2022 09:53:29 +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 d227e1f..4d2f89d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: - name: deploy to staging commands: - cd /apps/willaengine-staging/ ; docker-compose up -d - - docker exec willaengine-staging_php sh /usr/bin/supervisord + - docker exec willaengine-staging_php service supervisor status when: branch: - dev