Can I extract the building process as a .yml file?

First of all, sorry if this question makes no sense. Iā€™ new here.

I have a website hosted on https://lnlenost.netlify.app and I wanted to transform the steps netlify does to publish my website as a workflow (aka .yml file)

Is this possible? And if yes, how?
Thanks in advance :slight_smile:

Hi,

I think you are looking for - Manual deploys

To deploy and build:
netlify deploy --build

Hi, @LNLenosr. Netlify clones your repo, installs any dependencies, changes to your base directory (if you set one), and then runs your build command. There is no way to export this workflow to a YAML file. However, you can configure your sites at Netlify using a TOML file:

If there are other questions about this, please let us know.