data-intuitive/Netlify Deploy Site
Deploy a site to Netlify.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 19, 2024
- License
- MIT
Pinned Snippet
uses: data-intuitive/netlify-deploy-site@e6e17bf18898c1fbecd087ac7324882caad2c163 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| auth | Netlify auth token to deploy with. Generate the auth token [here](https://app.netlify.com/user/applications#personal-access-tokens). | yes | — |
| alias | Specifies the alias for deployment, the string at the beginning of the deploy subdomain (string). Useful for creating predictable deployment URLs. Maximum 37 characters. | no | — |
| dir | Specify a folder to deploy (string). | yes | — |
| prod | Whether the site should be deployed to production (boolean). | no | false |
| message | A short message to include in the deploy log (string). | no | — |
| site | A site name or ID to deploy to (string). You can retrieve the API ID on your Site Settings. | yes | — |
| timeout | Timeout to wait for deployment to finish (string). | no | — |
Outputs
| name | description |
|---|---|
| site-name | The name of the Netlify site associated with the deployment. |
| deploy-id | A unique identifier assigned by Netlify to the deployment. It is used to track and manage the deployment, and can be used to retrieve additional information about the deployment from the Netlify API. |
| deploy-url | The URL of the deployed site. It indicates the URL where the deployed application can be accessed by end-users. |
| logs | The URL of the deployment logs. It provides detailed information about the deployment process, including any errors or warnings that occurred during the deployment. |