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

16 lines
768 B
Markdown

# 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](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
## 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**.