1

I'd like to know if there is a way to deploy specific branches in Netlify nowadays? I've seen this answer last year, but really hoping this has been resolved or has a workaround.

Such capability would be very useful for use cases such as deploying the latest staging version (i.e. release/v1.2) or production version from tags (i.e., tags/v1.5). I'm able to filter these dynamic branches in github actions, but don't know how to proceed with Netlify's.

duduwe
  • 888
  • 7
  • 16
  • Why the downvote without any explanation? I already figured this out and been using since then. It involves disabling auto-deploy in Netlify and script the workflow via github actions. The reference that helped me did not come from stackoverflow. I'll try to detail the answer here soon for others to refer to. – duduwe Jun 16 '21 at 16:43

1 Answers1

-1

Try looking on this site:

https://docs.netlify.com/site-deploys/create-deploys/

There are also on this page some videos on youtube which explain very well

a_l_e_x
  • 408
  • 1
  • 6
  • 20