Netlify
Netlify is a cloud-based platform that provides web hosting, serverless functions, and continuous deployment for web developers. Its purpose is to simplify the process of deploying and managing static websites and web applications. Netlify offers various automation features, such as automatic continuous deployment from Git repositories, serverless function scaling, and automated SSL certificate provisioning, which help developers streamline their development workflow and automate the process of building, deploying, and managing websites and applications. This automation is particularly valuable for web developers, front-end developers, and teams working on web projects, as it automates tasks like deployment, scaling, and security management, allowing them to focus more on coding and delivering high-quality web experiences without the need for complex infrastructure management.
Triggers
Trigger components allow you to start an automation flow when an event happens in the app.
New Deploy Failure
Emit new event when a new deployment fails
New Deploy Start
Emit new event when a new deployment is started
New Deploy Success
Emit new event when a new deployment is completed
New Form Submission
Emit new event when a user submits a form
Actions
Action components allow you to perform operations on the app.
Get Site
Get a specified site. See docs
List Files
Returns a list of all the files in the current deploy. See docs
List Site Deploys
Returns a list of all deploys for a specific site. See docs
Rollback Deploy
Restores an old deploy and makes it the live version of the site. See docs