Skip to content

Commit

Permalink
fix: dev 환경 변수 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Oct 20, 2024
1 parent 2528420 commit c59a789
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/showpotAlarm-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- develop
- hotfix/**
- feat/change-dev-environment

jobs:
build-and-deploy:
Expand Down Expand Up @@ -97,7 +99,7 @@ jobs:
with:
title: ✅ 알람 서버 배포 프로세스가 완료되었습니다! ✅
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}
content: "<@1084774841460215839> <@281597829636423682> 배포가 정상적으로 이뤄졌는지 확인해주세요!"
content: "<@1084774841460215839> 배포가 정상적으로 이뤄졌는지 확인해주세요!"
color: 00FF00
username: showPot-Bot
avatar_url: ${{ secrets.DISCORD_NOTIFICATION_SUCCESS_AVATAR_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/showpotAlarm-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
title: ✅ ShowPot Alarm Backend CI success ✅
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}
content: "<@1084774841460215839> <@281597829636423682> ShoPot-Alarm Server 이슈 혹은 PR을 확인해주세요!"
content: "<@1084774841460215839> ShoPot-Alarm Server 이슈 혹은 PR을 확인해주세요!"
color: 00FF00
username: showPot-Bot
avatar_url: ${{ secrets.DISCORD_NOTIFICATION_SUCCESS_AVATAR_URL }}
Expand Down
3 changes: 3 additions & 0 deletions docker-compose-alarm-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ services:
environment:
SPRING_REDIS_HOST: redis
SPRING_REDIS_PORT: 6379
APPLICATION_DATASOURCE_URL_DEV: jdbc:postgresql://postgresql:5432/yapp?currentSchema=alarm
APPLICATION_DATASOURCE_USERNAME: yapp
APPLICATION_DATASOURCE_PASSWORD: yapp
ports:
- '8081:8081'
networks:
Expand Down

0 comments on commit c59a789

Please sign in to comment.