2016-03-29 11:37:19 +00:00
|
|
|
PHONY: frey
|
|
|
|
frey:
|
2016-03-29 11:54:21 +00:00
|
|
|
@npm install --global frey@0.3.11
|
2016-03-29 11:37:19 +00:00
|
|
|
|
|
|
|
PHONY: deploy
|
|
|
|
deploy:
|
|
|
|
@cd .infra && source env.sh && frey setup
|
|
|
|
|
|
|
|
PHONY: launch
|
|
|
|
launch:
|
|
|
|
@cd .infra && source env.infra.sh && frey infra
|
|
|
|
|
|
|
|
PHONY: console
|
|
|
|
console:
|
|
|
|
@cd .infra && source env.sh && frey remote
|
|
|
|
|
|
|
|
PHONY: deploy-localfrey
|
|
|
|
deploy-localfrey:
|
|
|
|
@cd .infra && source env.sh && babel-node ${HOME}/code/frey/src/cli.js setup
|