вернула в покупки домен хаба
This commit is contained in:
parent
e2ba7218e8
commit
91a290dc6c
@ -2,9 +2,8 @@ name: Deploy
|
|||||||
run-name: ${{ gitea.actor }} build image and push to container registry
|
run-name: ${{ gitea.actor }} build image and push to container registry
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
registry_package:
|
||||||
branches:
|
types: [published]
|
||||||
- 'main'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CreateImage:
|
CreateImage:
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
"test": "craco test",
|
"test": "craco test",
|
||||||
"eject": "craco eject",
|
"eject": "craco eject",
|
||||||
"code:format": "prettier --write --ignore-unknown",
|
"code:format": "prettier --write --ignore-unknown",
|
||||||
"deploy": "docker login gitea.pena && docker build -t gitea.pena/squiz/frontanswerer/$(git branch --show-current):latest . && docker push gitea.pena/squiz/frontanswerer/$(git branch --show-current):latest",
|
"deploy": "docker login gitea.pena && docker build -t gitea.pena/squiz/frontpanel/$(git branch --show-current):latest . && docker push gitea.pena/squiz/frontpanel/$(git branch --show-current):latest",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"cypress:open": "cypress open",
|
"cypress:open": "cypress open",
|
||||||
"cypress:run": "cypress run"
|
"cypress:run": "cypress run"
|
||||||
|
@ -19,7 +19,7 @@ export const generateHubWalletRequestURL = ({
|
|||||||
if (currentDomain === "localhost") currentDomain += ":3000";
|
if (currentDomain === "localhost") currentDomain += ":3000";
|
||||||
|
|
||||||
// Используем более надежный способ генерации URL
|
// Используем более надежный способ генерации URL
|
||||||
const baseUrl = `http://localhost:3001/anyservicepayment`;
|
const baseUrl = `http://${isTestServer ? "s" : ""}hub.pena.digital/anyservicepayment`;
|
||||||
const params = new URLSearchParams({
|
const params = new URLSearchParams({
|
||||||
fromdomain: currentDomain,
|
fromdomain: currentDomain,
|
||||||
action: action,
|
action: action,
|
||||||
|
Loading…
Reference in New Issue
Block a user