ci: corrige deploy para ignorar docker-compose.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
root
2025-07-28 18:55:57 -03:00
parent cd64877237
commit 928d92bd05

View File

@@ -18,7 +18,8 @@ steps:
source: . source: .
target: /home/app_fatura_homolog target: /home/app_fatura_homolog
rm: false rm: false
tar_args: scp_args:
- "-r"
- "--exclude=docker-compose.yml" - "--exclude=docker-compose.yml"
- name: restart homolog container - name: restart homolog container