release-verify: set API_BASE_URL to flights.test.aeroflot.ru/api
ci-deploy / build-deploy-test (push) Successful in 1m11s

- The UI needs to connect to the internal TIM API endpoint
- gost proxy routes .aeroflot.ru domains through the TIM VPN tunnel
This commit is contained in:
2026-04-28 19:35:43 +03:00
parent 7a5f747054
commit 9d38c04d32
+2 -1
View File
@@ -122,7 +122,8 @@ EOF
# Export proxy environment variables
echo "HTTP_PROXY=http://127.0.0.1:8888" >> $GITHUB_ENV
echo "ALL_PROXY=socks5h://127.0.0.1:1081" >> $GITHUB_ENV
echo "Exported HTTP_PROXY and ALL_PROXY"
echo "API_BASE_URL=https://flights.test.aeroflot.ru/api" >> $GITHUB_ENV
echo "Exported HTTP_PROXY, ALL_PROXY, and API_BASE_URL"
- name: Wait for customer URL
id: wait_customer