Skip to content

Commit

Permalink
Update documentation, version, gha, add sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
ClydeDz committed Aug 4, 2024
1 parent 09b36f8 commit 5546ac7
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
github: [clydedz]
ko_fi: clydedsouza
custom:
[
"https://sponsor.clydedsouza.net/",
"https://paypal.me/clydedz",
"https://www.revolut.me/clydedz/",
]
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
paths-ignore:
- README.md
- "docs/**"
pull_request:
branches:
- main
paths-ignore:
- README.md
- "docs/**"

jobs:
build_publish:
Expand Down
11 changes: 10 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
.netlify/**
.github/**

.env*
*.tgz


netlify.toml

docs/**
coverage/**

netlify.toml
src/**.test.**
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Note:
- Netlify will automatically populate `COMMIT_REF` with the GitHub commit hash. No action required on this.
- When creating the GitHub token, add the "read and write" permissions for "Commit statuses" for this token. This token must be associated with the repository given in the `GITHUB_REPO_NAME` environment variable.

Run the Netlify build and deploy process for a commit pushed to the GitHub repository. Then head to the commit in GitHub and you should see the commit status reflected, example screenshot below. Note, commit status will be published when a Netlify build begins, when it succeeds and when it fails.

![image info](./docs/demo.png)

## Credits

Developed by [Clyde D'Souza](https://clydedsouza.net/)
Binary file added docs/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clydedsouza/netlify-plugin-github-deploy-status",
"version": "0.0.5-beta.2",
"version": "0.0.5-beta.3",
"description": "Netlify plugin that updates GitHub commit status with the latest deployment progress.",
"main": "./src/index.cjs",
"exports": "./src/index.cjs",
Expand Down

0 comments on commit 5546ac7

Please sign in to comment.