Files
rubic-cube/README.md
Grzegorz Kucmierz 835ea1feb3
Some checks failed
Deploy to Production / deploy (push) Failing after 2s
Update CI/CD to use self-hosted runner and direct docker-compose build
2026-02-15 20:29:51 +01:00

768 B

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.

Uruchamianie (Automatyczne - CI/CD)

Projekt wykorzystuje Gitea Actions z runnerem self-hosted na serwerze produkcyjnym. Każdy push do gałęzi main automatycznie:

  1. Pobiera kod na serwerze.
  2. Zatrzymuje i usuwa stare kontenery.
  3. Buduje i uruchamia nową wersję aplikacji przy użyciu docker compose up -d --build.

Aplikacja dostępna jest na porcie 8083.