1
0
Fork 0
punaday-api/Makefile

5 lines
118 B
Makefile

yarnbin = $(shell yarn bin)
deploy:
sh -c "source .env.production; $(yarnbin)/serverless deploy --stage production"