diff --git a/.drone.yml b/.drone.yml index 87132fd..f0689f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: commands: - 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 php artisan migration + - docker exec willaengine-staging_php php artisan migrate when: branch: - dev