Skip to content

Commit

Permalink
Add var in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien CAFFET committed Jan 3, 2025
1 parent df08307 commit 401b034
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-subscriber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:
AWS_ACCOUNT_ID: ${{ vars.AWS_ACCOUNT_ID }}
TASK_CPU: ${{ vars.TASK_CPU }}
TASK_MEMORY: ${{ vars.TASK_MEMORY }}
DB_RESET: true
BUILD_FOLDER: build


Expand Down
4 changes: 0 additions & 4 deletions infra/aws/task-definition-subscriber.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
{
"name": "DB_SSL_MODE",
"value": "require"
},
{
"name": "DB_RESET",
"value": "${DB_RESET}"
}
],
"secrets": [
Expand Down

0 comments on commit 401b034

Please sign in to comment.