The pythonic way to deploy applications
Posted on Wed 06 May 2020 in conveyor • Tagged with conveyor, deployments, linux, python, flask, django
Pythonic - an idiom used for the python programming language that encourages code readability while striving for an optimal solution to a problem.
This idiom drove a lot of decisions when building conveyor.dev
To try to make a simple solution that works for most applications.
No container orchestration, no docker …
Continue reading