Add deploy step: pull and restart containers
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:20:41 +01:00
parent a4aceea518
commit 43230db5f1

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