Fix deploy: use docker API instead of filesystem access
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 26s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 26s
This commit is contained in:
parent
1c5ffd3ee9
commit
c3c0d18217
@ -53,6 +53,6 @@ jobs:
|
||||
|
||||
- name: Deploy (reload container)
|
||||
run: |
|
||||
cd /home/szmyt/docker/sites/aiagentdlafirm
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
docker pull registry.szmyt151.pl/registryuser/aiagentdlafirm:latest
|
||||
docker restart aiagentdlafirm || true
|
||||
echo "Container restarted successfully"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user