fix: use explicit branch in git pull to avoid tracking issue
Some checks failed
Deploy to Production / deploy (push) Failing after 54s

This commit is contained in:
Vadym Samoilenko 2026-05-23 19:01:55 +01:00
parent cc5cd992e6
commit 0b88d0a2a5

View file

@ -13,7 +13,7 @@ jobs:
run: |
set -euo pipefail
echo "=== Pulling latest code ==="
git -C /opt/03-business/cohorta pull --ff-only
git -C /opt/03-business/cohorta pull origin main --ff-only
git -C /opt/03-business/cohorta log --oneline -3
- name: Ensure traefik-public network