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

Опубликовано: 28 Апрель 2020
на канале: Matt Segal
939
15

Video for the tutorial: https://mattsegal.dev/simple-django-d...

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.