Skip to content

Commit

Permalink
[etc] add redis port arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou committed Nov 19, 2023
1 parent 5885455 commit c6c5ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
DB_URL=${{ secrets.DB_URL }}
DB_USERNAME=${{ secrets.DB_USERNAME }}
DB_PASSWORD=${{ secrets.DB_PASSWORD }}
REDIS_URL=${{ secrets.REDIS_URL }}
REDIS_PORT=${{ secrets.REDIS_PORT }}
tags: |
eatda/api-server:latest
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ spring:
data:
redis:
host: ${REDIS_URL}
port: ${REDIS_PORT}

jooq:
sql-dialect: postgres

0 comments on commit c6c5ae0

Please sign in to comment.