Skip to content

Commit 118cc4d

Browse files
committed
meta: fix
1 parent 624f3d8 commit 118cc4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ mkdir bots/YOUR_BOT
1515
2. bots/YOUR_BOT にBotを書く
1616
3. `rollcron.yaml` に YOUR_BOT の cron スケジュールとスクリプトを書く。
1717
4. VPS にすでに実行環境がない場合は、実行環境を作る (Docker ランナーはそのうちサポートする予定)
18+
5. CODEOWNERS に追加する
1819

1920
## デプロイ
2021

21-
環境変数が必要な場合は VPS 上に variables/discord-bots/YOUR_BOT.env を用意してください。そのうち SOPS を導入するかもしれないし、しないかもしれない
22+
環境変数が必要な場合は VPS 上に run/discord-bots/YOUR_BOT/env に書いてください。SOPS などが必要な場合は自分で用意してください

0 commit comments

Comments
 (0)