1
0
Fork 0
punaday-api/Makefile

5 lines
118 B
Makefile
Raw Normal View History

2017-03-22 21:35:46 -04:00
yarnbin = $(shell yarn bin)
deploy:
sh -c "source .env.production; $(yarnbin)/serverless deploy --stage production"