Merge remote-tracking branch 'origin/test' into test
Some checks failed
Deploy frontend test / deploy (push) Failing after 6m12s

This commit is contained in:
vallyenfail
2026-01-19 22:54:00 +03:00
2 changed files with 5 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ jobs:
docker compose up -d --build smart-search-test && \
sleep 3 && \
docker compose logs smart-search-test'
docker image prune -a -f --filter "until=72h"
docker builder prune -a -f
- name: Deployment successful
run: echo "✅ Тестовый фронтенд успешно развернут на test-1xc5f.techease.ru"

View File

@@ -13,6 +13,9 @@ class ApiClient {
private readonly client: AxiosInstance;
constructor() {
/* eslint-disable */
console.log("init");
/* eslint-enable */
this.client = axios.create({
baseURL: VITE_BASE_URL,
headers: {