Skip to content

Commit

Permalink
prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent 667a5a6 commit 5fc639f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
envkey_CORS_HEADERS: ${{ secrets.CORS_HEADERS }}
envkey_CORS_ORIGINS: ${{ secrets.CORS_ORIGINS }}

envkey_ENVIRONMENT: PRODUCTION

file_name: .prod.env
directory: "./"
fail_on_empty: false
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ services:
restart: always
env_file:
- .prod.env
environment:
ENVIRONMENT: PRODUCTION
depends_on:
- db
- redis
Expand Down

0 comments on commit 5fc639f

Please sign in to comment.