Skip to content

Commit

Permalink
feat(APIM-471): added LOG_LEVEL env var to deployment and github files
Browse files Browse the repository at this point in the history
  • Loading branch information
avaitonis committed Jul 7, 2023
1 parent 1d1787e commit 6eaba2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
--set-env-vars \
"PORT=${{ secrets.PORT }}" \
"NODE_ENV=${{ secrets.NODE_ENV }}" \
"LOG_LEVEL=${{ secrets.LOG_LEVEL }}" \
"TZ=${{ secrets.TZ }}" \
"SWAGGER_USER=${{ secrets.SWAGGER_USER }}" \
"SWAGGER_PASSWORD=${{ secrets.SWAGGER_PASSWORD }}" \
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
environment:
PORT:
NODE_ENV:
LOG_LEVEL:
TZ:
SWAGGER_USER:
SWAGGER_PASSWORD:
Expand Down

0 comments on commit 6eaba2e

Please sign in to comment.