bin/update file extention fix

This commit is contained in:
2024-12-28 11:54:44 +09:00
parent 334bf01113
commit 066e12e7bb

View File

@@ -17,8 +17,8 @@ steps:
environment: environment:
MYSQL_PASSWORD: touchh MYSQL_PASSWORD: touchh
commands: commands:
- chmod +x bin/update.sh - chmod +x bin/update
- ./bin/update.sh - ./bin/update
# Шаг 3: Миграция базы данных # Шаг 3: Миграция базы данных
- name: run_migrations - name: run_migrations