Skip to content

Commit cc9277a

Browse files
hampfhMelvin Jakobsson
and
Melvin Jakobsson
committed
fix: Add intro
Co-authored-by: Melvin Jakobsson <[email protected]>
1 parent e470518 commit cc9277a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
+10-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
<br>
1+
This tutorial investigates how to use GitHub Actions to build a docker image and publish it into a GitHub container registry where it can then be downloaded onto servers and set into production. The tutorial will cover how to build the project as a docker image, how to setup the registry and how to deploy the image to the registry.
22

3-
Let's learn how users can copy or exec code blocks
3+
Elements of the tutorial:
4+
5+
- Containerization of an application
6+
- Setting up a GitHub action for CD
7+
- Publishing the container to the GitHub registry: https://github.com/features/packages
8+
9+
### Relevance
10+
11+
While cloud providers such as Google Cloud Platform, AWS, Azure etc provide great value, they come at a cost. Both in terms of the financials of running infrastructure on them but also in terms of security and privacy. Self-hosted continuous deployment is an option, but the setup can be complicated. The most important steps are the containerization of the application and integration of continuous delivery to a container registry, like the GitHub container registry.

0 commit comments

Comments
 (0)