Push a Docker image to the Docker hub on merges into master by using Github Actions.
When you're working on a project with a strong test suite you'll want to make sure that everything you push to the repository doesn't break any of the tests that you have in your project. This means...
In this tutorial we're going to learn about quite possibly the easiest way of deploying your code onto a staging or production environment. In the past it was common place to use an FTP client such as...
In this tutorial we are going to learn how you can change the URL of your GIT repository to move the code onto a new server or host. There are different approaches you can do for this task, you can ei...