node-event-bot/.woodpecker.yml

11 lines
176 B
YAML
Raw Normal View History

2022-02-27 16:24:31 +01:00
pipeline:
build:
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-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