Skip to content

Commit

Permalink
Add root user env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrolezi committed Sep 20, 2024
1 parent 29ae990 commit 99fcfee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![version](https://img.shields.io/badge/version-0.9.0-blue?style=flat)
![version](https://img.shields.io/badge/version-1.0.0-blue?style=flat)
[![build](https://github.com/danieltrolezi/gamewatch/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/danieltrolezi/gamewatch/actions/workflows/ci-cd.yml.yml)

## GameWatch
## :diamonds: GameWatch

GameWatch makes it easy to track upcoming game releases.

Expand Down
12 changes: 12 additions & 0 deletions ecs/deployment-task.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,18 @@
"name": "DISCORD_API_HOST",
"valueFrom": "<SSM_NAMESPACE>/DISCORD_API_HOST"
},
{
"name": "ROOT_NAME",
"valueFrom": "<SSM_NAMESPACE>/ROOT_NAME"
},
{
"name": "ROOT_EMAIL",
"valueFrom": "<SSM_NAMESPACE>/ROOT_EMAIL"
},
{
"name": "ROOT_PASSWORD",
"valueFrom": "<SSM_NAMESPACE>/ROOT_PASSWORD"
},
{
"name": "ROOT_DISCORD_USER_ID",
"valueFrom": "<SSM_NAMESPACE>/ROOT_DISCORD_USER_ID"
Expand Down

0 comments on commit 99fcfee

Please sign in to comment.