ci: corrige indentação de scp_args para ignorar docker-compose.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
root
2025-07-28 18:24:39 -03:00
parent 6ecc8b22a5
commit de7382846c

View File

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