Some checks failed
Deploy to Production / deploy (push) Failing after 2s
768 B
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:
- Pobiera kod na serwerze.
- Zatrzymuje i usuwa stare kontenery.
- Buduje i uruchamia nową wersję aplikacji przy użyciu
docker compose up -d --build.
Aplikacja dostępna jest na porcie 8083.