ci/cd fixes

This commit is contained in:
2024-12-28 10:07:28 +09:00
parent 0fd5524dc9
commit 566be678a2

View File

@@ -6,6 +6,7 @@ steps:
# Шаг 1: Установка зависимостей, миграции и тесты
- name: test
image: python:3.10
shell: ["/bin/bash", "-c"]
environment:
DATABASE_URL: mysql://root@R0sebud:0.0.0.0:3308/w1510415_wp832
commands:
@@ -20,6 +21,7 @@ steps:
# Шаг 2: Запуск и проверка Telegram-бота
- name: bot-check
image: python:3.10
shell: ["/bin/bash", "-c"]
environment:
DATABASE_URL: mysql://root@R0sebud:0.0.0.0:3308/w1510415_wp832
commands: