--
Some checks failed
Deploy / CreateImage (push) Failing after 39s
Deploy / DeployService (push) Successful in 20s

This commit is contained in:
skeris 2025-06-17 23:15:11 +03:00
parent 8cdb17c09e
commit 3bd4157154
3 changed files with 3 additions and 3 deletions

@ -17,7 +17,7 @@ jobs:
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
DeployService:
runs-on: [frontprod]
needs: CreateImage
#needs: CreateImage
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7
with:
runner: frontprod

@ -4,7 +4,7 @@ WORKDIR /usr/app
COPY . .
RUN npm install --force && yarn cache clean
RUN /usr/local/bin/psstat.sh "npm run build"
RUN npm run build
FROM gitea.pena/penadevops/container-images/nginx:main as result

@ -1,7 +1,7 @@
services:
admin_front:
restart: unless-stopped
image: gitea.pena/penaside/adminfront/main:$GITHUB_RUN_NUMBER
image: gitea.pena/penaside/adminfront/main:1102
hostname: admin
ports:
- 10.8.0.131:80:80