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

@@ -18,7 +18,6 @@ steps:
source: . source: .
target: /home/app_fatura_homolog target: /home/app_fatura_homolog
rm: false rm: false
- name: restart homolog container - name: restart homolog container
image: appleboy/drone-ssh image: appleboy/drone-ssh
@@ -29,8 +28,8 @@ steps:
port: 22 port: 22
script: script:
- cd /home/app_fatura_homolog - cd /home/app_fatura_homolog
- docker compose -f docker-compose-homolog.yml down - 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 up -d --build
--- ---
kind: pipeline kind: pipeline
@@ -63,4 +62,4 @@ steps:
script: script:
- docker rm -f Faturas || true - docker rm -f Faturas || true
- cd /home/app_fatura - cd /home/app_fatura
- docker compose up -d - docker compose up -d