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