update deploy

This commit is contained in:
Nastya 2025-08-07 16:44:22 +03:00
parent 91a290dc6c
commit 5e18401762
2 changed files with 3 additions and 0 deletions

@ -5,3 +5,4 @@ services:
image: gitea.pena/squiz/frontpanel/staging:latest image: gitea.pena/squiz/frontpanel/staging:latest
hostname: squiz hostname: squiz
tty: true tty: true
pull_policy: always

@ -18,6 +18,8 @@ export const generateHubWalletRequestURL = ({
let currentDomain = window.location.host; let currentDomain = window.location.host;
if (currentDomain === "localhost") currentDomain += ":3000"; if (currentDomain === "localhost") currentDomain += ":3000";
console.log("Я здесь для отладки и спешу сообщить, что деплой был успешно завершен!")
// Используем более надежный способ генерации URL // Используем более надежный способ генерации URL
const baseUrl = `http://${isTestServer ? "s" : ""}hub.pena.digital/anyservicepayment`; const baseUrl = `http://${isTestServer ? "s" : ""}hub.pena.digital/anyservicepayment`;
const params = new URLSearchParams({ const params = new URLSearchParams({