pipeline change branch defore pulling

This commit is contained in:
2024-12-28 12:27:05 +09:00
parent 92df57196a
commit 2193c69761

View File

@@ -18,6 +18,7 @@ steps:
MYSQL_PASSWORD: touchh
commands:
- chmod +x ./bin/update
- git branch --set-upstream-to=origin/main PMSManager_refactor || true
- ./bin/update
# Шаг 3: Миграция базы данных
@@ -58,7 +59,7 @@ services:
MYSQL_PASSWORD: touchh
command: ['python3', 'manage.py', 'runserver', '0.0.0.0:8000']
ports:
- port: 8000
- "8000:8000"
depends_on:
- db