Add deploy step: pull and restart containers
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 27s

This commit is contained in:
Adrian Miesikowski 2026-02-10 14:20:39 +01:00
parent 74c5bcdfcc
commit 24bb9d0dad

View File

@ -50,3 +50,9 @@ jobs:
if: always()
run: |
docker logout registry.szmyt151.pl || true
- name: Deploy (reload container)
run: |
cd /home/szmyt/docker/app
docker compose pull
docker compose up -d