From 5ca98f9d3bdcea64f820cd933cc5db581259f379 Mon Sep 17 00:00:00 2001 From: putro Date: Tue, 30 Apr 2019 22:38:45 +0200 Subject: [PATCH] Makefile fix for ansible testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cfebae..be44f27 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ rsync_upload: publish HOST=$(shell hostname) production: publish -ifeq ($(HOST),zaphoda) +ifeq ($(HOST),$(filter $(HOST),zaphoda zaphoda-dev)) rsync --update --delete -avz $(OUTPUTDIR)/ $(SSH_TARGET_DIR) else @echo "devi essere su zaphoda per lanciare questo comando"