Skip to content

Commit

Permalink
chore: Add ENV_NAME environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 committed Dec 15, 2024
1 parent f82033e commit 1331386
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
cpu: 500m
memory: 32Mi
env:
# https://github.com/GiganticMinecraft/idea-reaction/blob/3a986d34ed87ab328dd6a6d2eed7f731523118a2/src/main.rs#L43-L56
- name: ENV_NAME
value: "production"
- name: TARGET_CHANNEL_ID
value: "959292335177486367"
# Webhook ID は Webhook の UserId と同一のため, 公開情報になる.
Expand Down

0 comments on commit 1331386

Please sign in to comment.