X-Git-Url: https://git.cworth.org/git?p=turbot;a=blobdiff_plain;f=Makefile;h=3b62ba8846018f83abd3257ec1141992bbadd771;hp=606418e25071788b47ff4459e983045e2c571602;hb=HEAD;hpb=d958fa7e963c072149186209df16c7cd0d1e17f7 diff --git a/Makefile b/Makefile index 606418e..3b62ba8 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ deploy-flask: deploy-lambda: rm -rf .deploy-lambda-source git clone . .deploy-lambda-source + make -C .deploy-lambda-source flake make -C .deploy-lambda-source bootstrap (cd .deploy-lambda-source; . env/bin/activate; make reqs) (cd .deploy-lambda-source/env/lib/python*/site-packages; zip -r ../../../../turbot.zip .)