передеплой
Some checks are pending
Deploy / CreateImage (push) Waiting to run
Deploy / DeployService (push) Successful in 24s

This commit is contained in:
Nastya 2025-07-25 13:55:22 +03:00
parent e5d5119628
commit 32e5853ee8
2 changed files with 2 additions and 2 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: hubprod

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