Makefile fix for ansible testing

proposta-home
putro 2019-04-30 22:38:45 +02:00
parent c70b2138cc
commit 5ca98f9d3b
1 changed files with 1 additions and 1 deletions

View File

@ -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"