Correct file paths in Makefile

This commit is contained in:
Chris Thompson 2019-02-20 15:59:47 -05:00
parent cdf390f082
commit 84c79fe3b0

View file

@ -31,8 +31,8 @@ ALIAS_LIVE := @live.live
ALIAS_TEST := @test.test
SRV_TEST := root@elizabeth.mayfirst.org
SRV_LIVE := $(SRV_TEST)
FILES_LIVE := /home/family_home_live/files
FILES_TEST := /home/family_home_test/files
FILES_LIVE := /home/agaric_live/files
FILES_TEST := /home/agaric_test/files
ECHO := $(if $(TEST),@echo)
synclivetotest: ##@Targets Sync live environment to test (pass TEST=true to echo commands)
$(ECHO) drush -y $(ALIAS_TEST) sql-drop