ajuste no drone.yml

This commit is contained in:
Marcus Bohessef 2025-12-11 22:45:36 -03:00
parent 40df003e67
commit 47be908712

View file

@ -17,17 +17,20 @@ steps:
settings: settings:
registry: in.gohorsejobs.com registry: in.gohorsejobs.com
repo: in.gohorsejobs.com/gohorsejobs/gohorsejobs-backend
# <<< ESTE É O CAMINHO CORRETO PARA O HARBOR >>>
repo: in.gohorsejobs.com/gohorsejobs-backend
tags: tags:
- latest - latest
dockerfile: backend/Dockerfile
context: backend context: backend
dockerfile: backend/Dockerfile
insecure: true insecure: true
insecure_skip_verify: true insecure_skip_verify: true
debug: true debug: true
mtu: 0 # evita bug de stuck push em rede ruim mtu: 0
# -------------------------------------------------------------------- # --------------------------------------------------------------------
# ETAPA 2 DEPLOY BACKEND NO K3S # ETAPA 2 DEPLOY BACKEND NO K3S