Correct file paths in Makefile
This commit is contained in:
parent
cdf390f082
commit
84c79fe3b0
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue