diff --git a/.drone.yml b/.drone.yml index 2b167268..26fbb7e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: environment: MYSQL_PASSWORD: touchh commands: - - chmod +x ./bin/update.sh + - chmod +x bin/update.sh - ./bin/update.sh # Шаг 3: Миграция базы данных @@ -26,7 +26,6 @@ steps: environment: MYSQL_PASSWORD: touchh commands: - - chmod +x ./bin/cli.sh - ./bin/cli migrate # Шаг 4: Тестирование