feat: implementa consulta PCEMPR e correção de tipos TypeORM
Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 27s

This commit is contained in:
2026-01-02 17:23:03 -05:00
parent dc32434e22
commit cd13400942
13 changed files with 705 additions and 114 deletions

View File

@@ -0,0 +1,7 @@
O Rollback via Git (Mais Seguro)
No Gitea, faça um git revert no commit que deu erro.
Dê o git push.
O Portainer detectará a mudança e atualizará o serviço para a versão estável de forma oficial.

View File

@@ -1,16 +0,0 @@
name: Rollback API
on:
workflow_dispatch:
jobs:
rollback:
runs-on: ubuntu-latest
steps:
- name: Executar Rollback via SSH
uses: https://github.com/appleboy/ssh-action@master
with:
host: 172.35.0.216
username: root
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
docker service rollback api_teste_service