From 9e4e59f0aa03a288efae5a63934240d9ea679884 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Apr 13 2019 08:52:02 +0000 Subject: Fixed README.md Signed-off-by: Fabian Arrotin --- diff --git a/nanoc.yaml b/nanoc.yaml index 3710ba1..20b776b 100644 --- a/nanoc.yaml +++ b/nanoc.yaml @@ -92,7 +92,3 @@ deploy: kind: rsync dst: "webcontent@www.lon0.centos.org:/var/www/html/websitev2" options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ] - test: - kind: rsync - dst: "webcontent@webtest:/var/www/html/websitev2" - options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ]