Adjust projections and CI config
Some checks failed
Deploy to Production / deploy (push) Failing after 4s

This commit is contained in:
2026-02-22 19:19:03 +00:00
parent 6eb60e1cb3
commit d536290e5d
2 changed files with 200 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
name: Deploy to Production
run-name: Deploy to Production by @${{ github.actor }}
on:
push:
@@ -15,9 +14,6 @@ jobs:
- name: Build and deploy with Docker Compose
run: |
# Próba zatrzymania i usunięcia starego kontenera (ignoruje błąd jeśli nie istnieje)
# Sprzątaj TYLKO swój projekt
docker compose down --remove-orphans || true
docker rm -f rubic-cube || true
# Start nowej wersji
docker compose up -d --build