bash scripts path fix

This commit is contained in:
2024-12-28 11:53:37 +09:00
parent b68bfbfb07
commit 334bf01113

View File

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