Skip to content

Commit

Permalink
CI : prod db 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Feb 1, 2024
1 parent 8cf7387 commit bd5dd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
spring.datasource.url: ${{ secrets.PROD_DB_URL_HOST }}
spring.datasource.username: ${{ secrets.AWS_DB_USER_NAME }}
spring.datasource.password: ${{ secrets.AWS_DB_PASSWORD }}
spring.data.redis.host: ${{ secrets.PROD_REDIS_HOST }}
spring.data.redis.host: ${{ secrets.DEV_REDIS_HOST }}

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit bd5dd80

Please sign in to comment.