Skip to main content

One post tagged with "GitHub Action"

View All Tags

CI evolution: From FTP client to GitHub Action

Β· 3 min read
Ajay Dhangar
Founder of CodeHarborHub

In the early days of web development, the most common way to deploy a website was to use an FTP client. This involved manually uploading files to a remote server, which was a time-consuming and error-prone process. As web development practices evolved, so did the tools and techniques for deploying websites. One of the most significant advancements in this area has been the introduction of continuous integration (CI) and continuous deployment (CD) pipelines, which automate the process of building and deploying web applications.