Merge remote-tracking branch 'origin/test' into test
Some checks failed
Deploy frontend test / deploy (push) Failing after 6m12s
Some checks failed
Deploy frontend test / deploy (push) Failing after 6m12s
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user