move validator for production from stging to prod
All checks were successful
Deploy / CreateImage (push) Successful in 2m9s
Deploy / ValidateConfig (push) Successful in 21s
Deploy / DeployService (push) Successful in 21s

This commit is contained in:
skeris 2025-04-19 01:04:26 +03:00
parent 348c4a9917
commit 4b7fd2d397

@ -16,7 +16,7 @@ jobs:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }} REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
ValidateConfig: ValidateConfig:
runs-on: [squizstaging] runs-on: [squizprod]
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/validate_config.yml@v1.2.1 uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/validate_config.yml@v1.2.1
needs: CreateImage needs: CreateImage
with: with: