Fix deploy: use docker API instead of filesystem access
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 26s

This commit is contained in:
Adrian Miesikowski 2026-02-10 14:25:37 +01:00
parent 1c5ffd3ee9
commit c3c0d18217

View File

@ -53,6 +53,6 @@ jobs:
- name: Deploy (reload container) - name: Deploy (reload container)
run: | run: |
cd /home/szmyt/docker/sites/aiagentdlafirm docker pull registry.szmyt151.pl/registryuser/aiagentdlafirm:latest
docker compose pull docker restart aiagentdlafirm || true
docker compose up -d echo "Container restarted successfully"