diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5448e18..534014a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 diff --git a/src/components/renderers/SmartCube.vue b/src/components/renderers/SmartCube.vue index f4b4218..94f51e6 100644 --- a/src/components/renderers/SmartCube.vue +++ b/src/components/renderers/SmartCube.vue @@ -1,8 +1,11 @@