Netlify
Deploying your Web App to Netlify
Deploying a Web App with CLI
A script is provided to automate the process of deploying your web app to Netlify. You can run this script from the root of your project directory.
Make sure you have the Netlify CLI installed globally on your machine. If not, you can install it by running the following command:
Deploying a Web App with GitHub Actions Workflow
The provided GitHub Actions workflow automates the process of building and deploying your web app to Netlify. It can be triggered manually from the Actions tab in your GitHub repository.
Before running this workflow, ensure the following secrets are configured in your GitHub repository:
Secret | Description |
---|---|
NETLIFY_AUTH_TOKEN | The authentication token for Netlify. |
NETLIFY_SITE_ID | The site ID in Netlify. |
Triggering the Workflow
You can manually trigger this workflow from the Actions tab in your GitHub repository or using Github CLI