Today’s tutorial demonstrates how to configure GitHub ssh in your Ubuntu 22.04 operating system. We often use git and GitHub for development purposes, so connecting to remote Github is an important step in our development journey. Follow the below steps to connect your local machine to GitHub remote by configuring the GitHub ssh key. Adding…Continue Reading
github
Automating FTP Deployments with GitHub Actions

In today’s article, we are talking about how to use GitHub Actions as a replacement for your traditional FTP clients. Yes, we can use GitHub Actions as a normal FTP client such as Filezilla, CoreFTP, etc without worrying about navigating through folders. Just imagine that you have a project in Codeigniter or any framework/CMS of…Continue Reading