MENU

Fun & Interesting

Simple Django Deployment (part 15) - Automating the code upload

Matt Segal 975 lượt xem 5 years ago
Video Not Working? Fix It Now

Video for the tutorial: https://mattsegal.dev/simple-django-deployment-5.html

If we want to deploy fast and often, we're going to need to automate the process. Hell, even if we want to do this again in a week we need to automate the process, because we're definitely going to forget what-the-fuck we just did. No need to get fancy, we can do the whole thing with a bunch of bash scripts. You can get fancy later.

Comment