Skip to content

Commit

Permalink
Merge pull request #84 from kakao-tech-campus-2nd-step3/week11
Browse files Browse the repository at this point in the history
fix: 배포 CI 수정
  • Loading branch information
5win authored Nov 12, 2024
2 parents 9be5409 + e314076 commit f7ba990
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 f7ba990

Please sign in to comment.