]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/blob - Makefile
Fix "ValueError: cannot convert float NaN to integer"
[coffee/coffee-flask.git] / Makefile
1 deploy:
2         git push --force coffee@rtime.felk.cvut.cz:coffee-flask HEAD:deploy
3         ssh coffee@rtime.felk.cvut.cz 'cd coffee-flask && git reset --hard deploy && touch wsgi/coffee.wsgi'