ci: ignora docker-compose.yml no deploy para homologação
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
root
2025-07-28 18:18:40 -03:00
parent e9d11223a7
commit 6ecc8b22a5

View File

@@ -18,6 +18,10 @@ steps:
source: . source: .
target: /home/app_fatura_homolog target: /home/app_fatura_homolog
rm: true rm: true
scp_args:
- "--exclude=docker-compose.yml"
when:
branch: main
- name: restart homolog container - name: restart homolog container
image: appleboy/drone-ssh image: appleboy/drone-ssh