DevOps Part 3
Credits to @brina_blum
This Exercise is mainly focused on Github.
I already had a Git Account up and running, so that was a plus. "Using the SSH protocol, you can connect and authenticate to remote servers and services" (Github, 2019). With SSH keys, you can connect to GitHub without supplying your username or password at each visit.
Now i just had some sort of content in the server. I added a simple hello world in html file to it.
Then, SSH keys were created.
Connecting to GitHub with SSH
Afterwards, every change made to the actual website can be pushed to the repo and even automating the content of it with Cron helps to maintain everything up to date (continous integration).
Comments
Post a Comment