Skip to content

Commit

Permalink
PRODUCTION ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent c966509 commit 8bea0c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Make envfile
uses: SpicyPizza/[email protected]
with:
# envkey_JWT_SECRET: ${{ secrets.JWT_SECRET }}
envkey_JWT_SECRET: ${{ secrets.JWT_SECRET }}
envkey_GOOGLE_OAUTH_CLIENT_ID: ${{ secrets.GOOGLE_OAUTH_CLIENT_ID }}
envkey_GOOGLE_OAUTH_CLIENT_SECRET: ${{ secrets.GOOGLE_OAUTH_CLIENT_SECRET }}

Expand Down
4 changes: 3 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ services:
image: timofeytst/eat-place:rest_api_prod
ports:
- "9000:9000"
restart: always
restart: always
environment:
ENVIRONMENT: PRODUCTION
env_file:
- .prod.env
depends_on:
Expand Down

0 comments on commit 8bea0c1

Please sign in to comment.