node-event-bot/.woodpecker.yml

13 lines
201 B
YAML

pipeline:
setup:
image: node
settings:
token:
from_secret: BOT_TOKEN
build:
image: node
commands:
- yarn install
- yarn run clean
- echo $BOT_TOKEN