node-event-bot/.woodpecker.yml

14 lines
276 B
YAML
Raw Normal View History

2022-02-27 16:24:31 +01:00
pipeline:
2022-03-06 13:48:15 +01:00
build:
image: node
2022-03-06 13:57:23 +01:00
secrets: [BOT_TOKEN]
2022-02-27 16:24:31 +01:00
commands:
2022-03-06 17:12:32 +01:00
- yarn install
- yarn run clean
2022-03-06 17:15:00 +01:00
docker:
image: plugins/docker
settings:
registry: registry.brudi.xyz
repo: registry.brudi.xyz/kenobi/node-event-bot
tags: latest