Corrige indentação e reinício com rebuild no ambiente de homologação
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-29 17:22:12 -03:00
parent f639f306be
commit b51eeac014

View File

@@ -19,7 +19,6 @@ steps:
target: /home/app_fatura_homolog
rm: false
- name: restart homolog container
image: appleboy/drone-ssh
settings:
@@ -29,8 +28,8 @@ steps:
port: 22
script:
- cd /home/app_fatura_homolog
- docker compose -f docker-compose-homolog.yml down
- docker compose -f docker-compose-homolog.yml up -d --build
- docker compose -f docker-compose-homolog.yml down
- docker compose -f docker-compose-homolog.yml up -d --build
---
kind: pipeline