Skip to content

Commit

Permalink
HOTFIX: CI/CD 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ehs208 committed Oct 15, 2024
1 parent 5e5d67e commit e22fdec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: bash

# 환경별 yml 파일 생성(4) - mail
- name: make application-jwt.yml
- name: make application-mail.yml
if: contains(github.ref, 'develop')
run: |
cd ./src/main/resources
Expand All @@ -73,7 +73,7 @@ jobs:
shell: bash

# 환경별 yml 파일 생성(5) - oauth
- name: make application-jwt.yml
- name: make application-oauth.yml
if: contains(github.ref, 'develop')
run: |
cd ./src/main/resources
Expand Down

0 comments on commit e22fdec

Please sign in to comment.