Stream 145 - Containerizing project CeeBee... our chatbot and building a CI/CD for it
Summary
In this live stream session, Frank is containerizing the chatbot used during the livestream on Twitch. It’s a Node.js application and the code is in GitHub. We need to have a way to pass a configuration file when we create an instance and a way to get back the stream notes.
📺 - Twitch archive - stream no.145
Replay
Timestamps
00:00:00 Intro
00:00:10 Bonjour, Hi!
00:04:09 Working to upload container to Docker Hub
00:28:43 Docker Repo
00:54:38 building GitHub Action to publish
01:18:42 debugging GitHub Action
Project
All the code for this project is available on GitHub: CLoudBot - https://github.com/FBoucher/CLoudBot
TodDos
- fix font issue
- finish fonctional container
- upload to Docker Hub
- Build CI/CD on GitHUb to upload new version
New Followers
Game Results
- @jhandtv: 0
- @jobinpa: 0
- @groversaurus: 0
- @coppersbeard: 0
- @codebymistakes: 0
- @theunoriginaljerk: 0
- @undefined_process: 0
- @theclipographer: 0
- @lurkydev: 12.04
- @tetedampoule66: 17.43
- @jeffs_hat_stand: 39.72
- @fboucheros: 40.90
- @surlydev: 43.50
- @therealsurlybot: 56.48
- @fredda_the_cat: 58.36
Notes/ References / Snippets
- Nice GitHub Action Post: https://medium.com/platformer-blog/lets-publish-a-docker-image-to-docker-hub-using-a-github-action-f0b17e5cceb3