0

I want to deploy a application which is existing in a folder in a repository to netlify (using import from github feature.). Again I don't want to deploy the whole repository, I just want that particular folder. there are also other folders in the same repo. The catch is all of them are in the same branch. Is it possible to deploy that way? see this image

Sathiya D
  • 13
  • 3

1 Answers1

1

You can achieve this as follows

  1. Import the repository into Netlify where your project folder is located
  2. While deploying your project in 'Basic Build Settings', you can set your project folder as the base directory

From the image shared in the question, I concluded that you want to deploy 'advice-generator-app-main'. In this case, you can set 'advice-generator-app-main' as your base directory as shown in the image below.

View this image

Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77