]> git.cworth.org Git - turbot/blobdiff - Makefile
Add notes on how to update the Google sheets credentials
[turbot] / Makefile
index 606418e25071788b47ff4459e983045e2c571602..3b62ba8846018f83abd3257ec1141992bbadd771 100644 (file)
--- 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 .)