From d15a1f18793748d030effc480823cf80fc8b19f1 Mon Sep 17 00:00:00 2001 From: Nastya Date: Thu, 7 Aug 2025 22:53:46 +0300 Subject: [PATCH] update deploy --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae18836..f460a96 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "pre-commit": "npm run type-check", "test": "craco test --env=node --transformIgnorePatterns \"node_modules/(?!@frontend)/\"", "test:cart": "vitest ./src/utils/calcCart", - "deploy": "docker login gitea.pena && docker build -t gitea.pena/squiz/front-hub/$(git branch --show-current):latest . && docker push gitea.pena/squiz/front-hub/$(git branch --show-current):latest", + "deploy": "docker login gitea.pena && docker build -t gitea.pena/penaside/front-hub/$(git branch --show-current):latest . && docker push gitea.pena/penaside/front-hub/$(git branch --show-current):latest", "eject": "craco eject", "test:cypress": "start-server-and-test start http://localhost:3000 cypress", "cypress": "cypress open",