diff --git a/bin/processed_videos.json b/bin/processed_videos.json index 65f58ec..79e7bb3 100644 --- a/bin/processed_videos.json +++ b/bin/processed_videos.json @@ -16,6 +16,7 @@ "7CaeEaq_3Ro", "7I_60Xm3jIg", "7UMgC8tM_-o", + "7lkJmElHkSw", "87wjfiP6V30", "8SP_LdQiYE8", "96YwsWiqSAw", diff --git a/content/videos/2024-11-06-deploy-your-own-web-app-with-kamal-2.md b/content/videos/2024-11-06-deploy-your-own-web-app-with-kamal-2.md new file mode 100644 index 0000000..8ba1fa3 --- /dev/null +++ b/content/videos/2024-11-06-deploy-your-own-web-app-with-kamal-2.md @@ -0,0 +1,15 @@ +--- +title: "Deploy Your Own Web App With Kamal 2" +description: "Kamal offers zero-downtime deploys, rolling restarts, asset bridging, remote builds, accessory service management, and everything else you need to deploy and manage your web app in production with Docker. Originally built for Rails apps, Kamal will work with any type of web app that can be containerized. We dig into Kamal, how it works, and how you could use it on your next project." +image: img/2024/7lkJmElHkSw.jpg +video: https://www.youtube.com/embed/7lkJmElHkSw +type: video +categories: + - YouTube + - Python + - Django +tags: ['Kamal', 'deploy', 'vm', 'vps', 'secrets', 'Docker', 'containers'] + +--- + +Kamal offers zero-downtime deploys, rolling restarts, asset bridging, remote builds, accessory service management, and everything else you need to deploy and manage your web app in production with Docker. Originally built for Rails apps, Kamal will work with any type of web app that can be containerized. We dig into Kamal, how it works, and how you could use it on your next project. diff --git a/static/img/2024/7lkJmElHkSw.jpg b/static/img/2024/7lkJmElHkSw.jpg new file mode 100644 index 0000000..3e16337 Binary files /dev/null and b/static/img/2024/7lkJmElHkSw.jpg differ