Compare commits

..

1 Commits

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

View File

@ -12,9 +12,14 @@ pipeline:
event: [pull_request]
netlify:
image: node:14
secrets: [bot_token, netlify_site_id, netlify_auth_token]
secrets:
- source: bot_token
target: bot_token
- source: netlify_site_id
target: netlify_site_id
- source: netlify_auth_token
target: netlify_auth_token
commands:
- echo $netlify_site_id
- node netlify.js
when:
event: [pull_request]