вернула в покупки домен хаба
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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
registry_package:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
CreateImage:
|
||||
|
@ -69,7 +69,7 @@
|
||||
"test": "craco test",
|
||||
"eject": "craco eject",
|
||||
"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",
|
||||
"cypress:open": "cypress open",
|
||||
"cypress:run": "cypress run"
|
||||
|
@ -19,7 +19,7 @@ export const generateHubWalletRequestURL = ({
|
||||
if (currentDomain === "localhost") currentDomain += ":3000";
|
||||
|
||||
// Используем более надежный способ генерации URL
|
||||
const baseUrl = `http://localhost:3001/anyservicepayment`;
|
||||
const baseUrl = `http://${isTestServer ? "s" : ""}hub.pena.digital/anyservicepayment`;
|
||||
const params = new URLSearchParams({
|
||||
fromdomain: currentDomain,
|
||||
action: action,
|
||||
|
Loading…
Reference in New Issue
Block a user