Skip to content

Commit

Permalink
Merge pull request #80 from BLink-Org/dev
Browse files Browse the repository at this point in the history
Fix: ์›Œํฌํ”Œ๋กœ์šฐ ํ™˜๊ฒฝ ๋ณ€์ˆ˜ ๋กœ๊ทธ ์ถ”๊ฐ€
  • Loading branch information
suminnnnn authored Sep 25, 2024
2 parents 7928ac2 + 04cc071 commit 95e517e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev_ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
run: echo "CurrentTime=${{ steps.current-time.outputs.formattedTime }}"
shell: bash

- name: Check Profile
run: echo "SPRING_PROFILES_ACTIVE=${{ env.SPRING_PROFILES_ACTIVE }}"

- name: Generate deployment package
run: |
mkdir -p deploy
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod_ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
run: echo "CurrentTime=${{ steps.current-time.outputs.formattedTime }}"
shell: bash

- name: Check Profile
run: echo "SPRING_PROFILES_ACTIVE=${{ env.SPRING_PROFILES_ACTIVE }}"

- name: Generate deployment package
run: |
mkdir -p deploy
Expand Down

0 comments on commit 95e517e

Please sign in to comment.