paint-brush
Quick Start with Version Control and Continuous Deliveryby@BuddyWorks
619 reads
619 reads

Quick Start with Version Control and Continuous Delivery

by BuddyNovember 9th, 2016
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

This is a 5-minute guide on how to put your code under <a href="https://hackernoon.com/tagged/version-control" target="_blank">version control</a> and <a href="https://hackernoon.com/tagged/automate" target="_blank">automate</a> its deployment.
featured image - Quick Start with Version Control and Continuous Delivery
Buddy HackerNoon profile picture

This is a 5-minute guide on how to put your code under version control and automate its deployment.

Import an existing website to a new Buddy project

Working with Buddy is based on projects which consist of:

  • The Git repository with the source code of the website.
  • The delivery automation pipelines.

Create a new project and use the import from an FTP server option. You are required to enter the FTP server information and the path, and Buddy will download the files and move them into the repository.

Below you can see how to do it:

Setting Up a New Project

Like what you read? Check out the full article here.