Skip to content

Commit

Permalink
👷 [cicd] socket.server.url 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjin3395 committed Aug 10, 2024
1 parent 92803c8 commit 9199b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
spring.jwt.secret: ${{ secrets.JWT_SECRET }}
spring.mail.password: ${{ secrets.GMAIL_PWD }}
spring.riot.api.key: ${{ secrets.RIOT_API }}
socket.server.url: https://socket.gamegoo.co.kr

# Spring Boot 어플리케이션 Build (4)
- name: Spring Boot Build
Expand Down

0 comments on commit 9199b73

Please sign in to comment.