pipeline change branch defore pulling
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user