From 7b77c0619006626ffcd90750f90904ae4fbd42a7 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 7 May 2019 17:27:49 -0400 Subject: [PATCH] build manifest: break long line --- .build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 2ec4ffe..72b20c4 100644 --- a/.build.yml +++ b/.build.yml @@ -10,4 +10,5 @@ secrets: tasks: - deploy: | sshopts="-o StrictHostKeyChecking=no" - rsync --rsh="ssh $sshopts" --exclude='.git/' -rP bandali.eu.org/ ${deploy}:/var/www/bandali.eu.org/ + rsync --rsh="ssh $sshopts" --exclude='.git/' -rP \ + bandali.eu.org/ ${deploy}:/var/www/bandali.eu.org/ -- 2.20.1