Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent 7b9bd6c commit acc05c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -41,7 +41,7 @@ jobs:
envkey_CORS_HEADERS: ${{ secrets.CORS_HEADERS }}
envkey_CORS_ORIGINS: ${{ secrets.CORS_ORIGINS }}

envkey_ENVIRONMENT: ${{ secrets.ENVIRONMENT }}
envkey_ENVIRONMENT: PRODUCTION

file_name: .prod.env
directory: "./"
Expand Down
1 change: 0 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:
image: timofeytst/eat-place:rest_api_prod
ports:
- "9000:9000"
- "8000:8000"
restart: always

env_file:
Expand Down

0 comments on commit acc05c0

Please sign in to comment.