Fix deploy: use localhost instead of Docker-internal hostname for git pull
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 13:23:32 +01:00
parent 4c8573767d
commit 5d3c73d537

View File

@@ -12,7 +12,7 @@ jobs:
working-directory: /home/adamf/deploy/web_server
run: |
git config --global --add safe.directory /home/adamf/deploy/web_server
git pull ssh://git@gitea:2222/adamf/web_server.git main
git pull ssh://git@localhost:2222/adamf/web_server.git main
- name: Run docker compose up
working-directory: /home/adamf/deploy/web_server