|
You are here |
github.com | ||
| | | | |
earthly.dev
|
|
| | | | | Learn how to automate the process of developing, testing, building, and deploying Docker containers using GitHub Actions. This tutorial will guide ... | |
| | | | |
blog.thepete.net
|
|
| | | | | Applying straightforward Continuous Delivery techniques to static sites. Remove the human processes so you can move fast and not break things. | |
| | | | |
zelig880.com
|
|
| | | | | Learn how to setup CI/CD and deploy your VitePress documentation site on GitHub Pages using GitHub actions. | |
| | | | |
blog.fredrb.com
|
|
| | | Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size. | ||