GitHub Actions with CI CD pipeline for .Net app on Shared Hosting

In this article we will deploy our .Net app to shared hosting like hostgator windows service via Github actions and FTP credentials of the shared hosting server. We will create and push our application to […]

Share Button

GitHub Actions with CI CD pipeline for Angular app on Shared Hosting

In this article we will deploy our Angular app to shared hosting like hostgator service via Github actions and FTP credentials of the shared hosting server. We will create and push our application to GitHub […]

Share Button

Jenkins configuration with git via SSH

Jenkins

Add SSH certificate to Jenkins to pull repository from git server (example gitlab) Prerequisite : a) git must be installed on user’s computer b) jenkins must be running on user’s computer To achieve this we […]

Share Button

Create Issues on Git & close it via eclipse commit

To commit an issue from eclipse please follow steps –

Share Button

Create Branch on Git & use it on Eclipse

First create branch on git server and next pull the branch on eclipse and push back on git from eclipse.

Share Button