From 878a6f2508a83034b534eff611942797baa018a7 Mon Sep 17 00:00:00 2001 From: Dustin Frisch Date: Sat, 17 Jun 2017 15:38:32 +0200 Subject: [PATCH] Reduced drone listing for better formatting --- 6-1-build_and_deploy.tex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/6-1-build_and_deploy.tex b/6-1-build_and_deploy.tex index d0daf1d..b7ecdf5 100644 --- a/6-1-build_and_deploy.tex +++ b/6-1-build_and_deploy.tex @@ -25,11 +25,9 @@ publish: sftp: host: eddie.maglab.space username: esper - files: - - dist/* + files: [ dist/* ] destination_path: './' - when: - branch: master + when: branch: master \end{lstlisting} For deployment, only the master branch is considered.