Compare commits

..

1 Commits

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

View File

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