Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 436 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 436 Bytes

Announcer System

Repository for Announcer System to help Cloud Native Indonesia community announce something (meetup, kubeweekly, etc.) directly into community member.

Kubeweekly

export USERNAME=""
export PASSWORD=""

make kubeweekly-build
make kubeweekly-run

Orchestrator

export USERNAME=""
export PASSWORD=""
export TELEGRAM_TOKEN=""
export TELEGRAM_CHATID=""

make orchestrator-build
make orchestrator-run