Quiet EB config status check command

This commit is contained in:
Ray Schamp 2015-11-19 15:10:20 -05:00
parent 82fe07ed8b
commit 7983d7601b

View file

@ -23,7 +23,7 @@ clean:
deploy: deploy:
ifeq ($(shell grep "artifact: deploy.zip" .elasticbeanstalk/config.yml), ) ifeq ($(shell grep "artifact: deploy.zip" .elasticbeanstalk/config.yml 2> /dev/null), )
@echo "You must configure elasticbeanstalk to deploy an artifact." @echo "You must configure elasticbeanstalk to deploy an artifact."
@echo "Add the following to your .elasticbeanstalk/config.yml" @echo "Add the following to your .elasticbeanstalk/config.yml"
@echo "deploy:\n artifact: deploy.zip" @echo "deploy:\n artifact: deploy.zip"