fix(deploy-stage): deploy до prune, prune continue-on-error
CI / test (push) Successful in 1m48s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-11 16:44:50 +03:00
parent d0e5933b38
commit adac1fa692
+7 -6
View File
@@ -57,12 +57,6 @@ jobs:
stage \ stage \
eventhub-admin-ui eventhub-admin-ui
- name: Prune old registry images
env:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
run: bash scripts/clone-devops-run.sh scripts/prune-registry-images.sh
- name: Deploy admin on stage via SSH - name: Deploy admin on stage via SSH
uses: appleboy/ssh-action@v0.1.5 uses: appleboy/ssh-action@v0.1.5
with: with:
@@ -73,3 +67,10 @@ jobs:
export REGISTRY_USER='${{ secrets.REGISTRY_USER }}' export REGISTRY_USER='${{ secrets.REGISTRY_USER }}'
export REGISTRY_PASSWORD='${{ secrets.REGISTRY_PASSWORD }}' export REGISTRY_PASSWORD='${{ secrets.REGISTRY_PASSWORD }}'
bash /opt/eventhub-stage/devops/scripts/deploy-service.sh stage admin ${{ steps.meta.outputs.release_tag }} bash /opt/eventhub-stage/devops/scripts/deploy-service.sh stage admin ${{ steps.meta.outputs.release_tag }}
- name: Prune old registry images
continue-on-error: true
env:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
run: bash scripts/clone-devops-run.sh scripts/prune-registry-images.sh