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

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