Skip to content

Commit

Permalink
fix: 배포 CI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
5win committed Nov 12, 2024
1 parent a4469c1 commit e314076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0

- name: Build with Gradle Wrapper
run: ./gradlew build

- name: Set YML
run: |
echo $DATA_KEY_YML | base64 --decode > src/main/resources/application-data.yml
env:
DATA_KEY_YML: ${{ secrets.APPLICATION_DATA_YML }}

- name: Build with Gradle Wrapper
run: ./gradlew build

- name: archive build directory
run: |
mkdir deploy
Expand Down

0 comments on commit e314076

Please sign in to comment.