ci: corrige indentação de scp_args para ignorar docker-compose.yml
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user