Merge branch 'staging' of gitea.pena:SQuiz/frontAnswerer into staging

This commit is contained in:
Nastya 2025-07-29 00:24:52 +03:00
commit 4e2e591cd4
2 changed files with 2 additions and 2 deletions

@ -17,7 +17,7 @@ jobs:
DeployService:
if: contains(github.event.package.name, 'staging')
runs-on: [frontstaging]
needs: CreateImage
# needs: CreateImage
uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7
with:
runner: frontstaging

@ -26,7 +26,7 @@
"preview": "vite preview",
"cypress:open": "cypress open",
"prepublishOnly": "npm run build:package",
"deploy": "podman login gitea.pena && podman build -t gitea.pena/squiz/frontanswerer/$(git branch --show-current):latest . && podman push gitea.pena/squiz/frontanswerer/$(git branch --show-current):latest",
"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",
"prepare": "husky"
},
"devDependencies": {