From 066e12e7bb6f8c04c600a1b0e0c80d3a53262c74 Mon Sep 17 00:00:00 2001 From: trevor Date: Sat, 28 Dec 2024 11:54:44 +0900 Subject: [PATCH] bin/update file extention fix --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 26fbb7e5..eea5e739 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,8 +17,8 @@ steps: environment: MYSQL_PASSWORD: touchh commands: - - chmod +x bin/update.sh - - ./bin/update.sh + - chmod +x bin/update + - ./bin/update # Шаг 3: Миграция базы данных - name: run_migrations