Skip to content

Commit

Permalink
TEST 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent 5715c8f commit ec9f4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -27,7 +27,7 @@ jobs:
envkey_POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
envkey_POSTGRES_HOST: ${{ secrets.POSTGRES_HOST }}
envkey_POSTGRES_PORT: ${{ secrets.POSTGRES_PORT }}
# envkey_POSTGRES_DB: ${{ secrets.POSTGRES_DB }}
envkey_POSTGRES_DB: ${{ secrets.POSTGRES_DB }}

envkey_REDIS_HOST: ${{ secrets.REDIS_HOST }}
envkey_REDIS_PORT: ${{ secrets.REDIS_PORT }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ services:
image: timofeytst/eat-place:rest_api_prod
ports:
- "9000:9000"
- "8000:8000"
restart: always

env_file:
- .prod.env
depends_on:
Expand Down

0 comments on commit ec9f4a0

Please sign in to comment.