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:
MYSQL_PASSWORD: touchh
commands:
- chmod +x bin/update.sh
- ./bin/update.sh
- chmod +x bin/update
- ./bin/update
# Шаг 3: Миграция базы данных
- name: run_migrations