Skip to content

Commit

Permalink
💚 : prod, dev Redis 서버 통일 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Nov 6, 2023
1 parent 1c3253d commit 7813b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_api_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
spring.datasource.slave.hikari.jdbc-url: ${{ secrets.DEV_SLAVE_URL_HOST }}
spring.datasource.slave.hikari.username: ${{ secrets.AWS_DB_USER_NAME }}
spring.datasource.slave.hikari.password: ${{ secrets.AWS_DB_PASSWORD }}
spring.redis.host : ${{ secrets.REDIS_DEV_HOST }}
spring.redis.host : ${{ secrets.REDIS_PROD_HOST }}

- name: create-fcm-json
id: create-fcm-json
Expand Down

0 comments on commit 7813b6f

Please sign in to comment.