Compare commits

..

1 Commits

Author SHA1 Message Date
jolheiser f5b948edc5
Add netlify process
continuous-integration/woodpecker the build failed Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-12-09 22:36:57 -06:00
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ pipeline:
image: node:14
secrets: [bot_token, netlify_site_id, netlify_auth_token]
commands:
- echo $NETLIFY_SITE_ID
- node netlify.js
when:
event: [pull_request]