Title: automation  - Immanuel Raj

---

# Tag: automation

 * [⌊Automating Flask Deployment Using Docker and Github Actions⌉⌊Automating Flask
   Deployment Using Docker and Github Actions⌉[
 * 
   ## 󠀁[Automating Flask Deployment Using Docker and Github Actions](https://immanuelraj.dev/automating-flask-deployment-using-docker-and-github-actions/)󠁿
   
 * [September 23, 2024](https://immanuelraj.dev/automating-flask-deployment-using-docker-and-github-actions/)
 * —
 * by
 * [Immanuel Raj](https://immanuelraj.dev/author/iamimmanuelraj/)
 * in [Docker](https://immanuelraj.dev/category/docker/), [Github Actins](https://immanuelraj.dev/category/github-actins/),
   [Self Hosting](https://immanuelraj.dev/category/self-hosting/)
 * Read Time
 * 2–3 minutes
 * I’ve had enough of tedious deployments, so I decided to become proficient in 
   automating the process. While I’ve previously used GitHub Actions to streamline
   deployments, I had yet to do so in a Flask environment. In this article, I’ll
   outline the steps I followed to deploy my Flask backend using Docker and GitHub
   Actions, specifically…
 * 
   ## 󠀁[Pa11y and Pa11y-CI Accessibility testing](https://immanuelraj.dev/pa11y-and-pa11y-ci-accessibility-testing/)󠁿
   
 * [February 22, 2024](https://immanuelraj.dev/pa11y-and-pa11y-ci-accessibility-testing/)
 * —
 * by
 * [Immanuel Raj](https://immanuelraj.dev/author/iamimmanuelraj/)
 * in [Uncategorized](https://immanuelraj.dev/category/uncategorized/)
 * Read Time
 * 2–3 minutes
 * Accessibility is a really important thing when it comes to making a good site
   and make it available for all to use the site and for crawlers to make things
   easy as well. Automating this and making the best of the site to keep going faster
   without worry about accessibility and let the bot do…