Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 459 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 459 Bytes

Showcase Bot

A bot to help manage our rule about showcases

HOW TO

Build your docker container

docker build -t subshowcasebot:latest .

Upload a secret with your config

cat instance/config.json | docker secret create subshowcaseconfig.json -

Create the service

docker service create --name subshowcasetest --secret subshowcaseconfig.json -e CONFIG_FILE='/run/secrets/subshowcaseconfig.json' subshowcasebot:latest

boom done