node-event-bot/.woodpecker.yml

13 lines
201 B
YAML
Raw Normal View History

2022-02-27 16:24:31 +01:00
pipeline:
2022-03-06 13:48:15 +01:00
setup:
2022-02-27 16:24:31 +01:00
image: node
2022-03-06 13:41:30 +01:00
settings:
2022-03-06 13:44:41 +01:00
token:
2022-03-06 13:41:30 +01:00
from_secret: BOT_TOKEN
2022-03-06 13:48:15 +01:00
build:
image: node
2022-02-27 16:24:31 +01:00
commands:
2022-02-27 16:27:03 +01:00
- yarn install
2022-02-27 16:24:31 +01:00
- yarn run clean
2022-03-06 13:41:30 +01:00
- echo $BOT_TOKEN