debug: return right pipeline logic
All checks were successful
Deploy / CreateImage (push) Successful in 9m43s
Deploy / DeployService (push) Successful in 22s

This commit is contained in:
skeris 2025-06-22 22:11:24 +03:00
parent effc4cbea9
commit 43839c5879
2 changed files with 2 additions and 2 deletions

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

@ -2,6 +2,6 @@ services:
squiz: squiz:
container_name: squiz container_name: squiz
restart: unless-stopped restart: unless-stopped
image: gitea.pena/squiz/frontpanel/main:1018 image: gitea.pena/squiz/frontpanel/main:$GITHUB_RUN_NUMBER
hostname: squiz hostname: squiz
tty: true tty: true