mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Quiet EB config status check command
This commit is contained in:
parent
82fe07ed8b
commit
7983d7601b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ clean:
|
|||
|
||||
|
||||
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 "Add the following to your .elasticbeanstalk/config.yml"
|
||||
@echo "deploy:\n artifact: deploy.zip"
|
||||
|
|
Loading…
Reference in a new issue