Skip to content

Commit

Permalink
πŸš€ fix: github actions yml μΆ”κ°€ν•˜λ„λ‘ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
tmddus2 committed Jul 15, 2024
1 parent a5ed67f commit ae6f63a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: make application.yml file
run: |
cd ./src/main/resources
echo "${{ secrets.ENV_FILE }}" > ./application.yml
- name: Build with Gradle Wrapper
working-directory: ${{ env.working-directory }}
run: |
Expand Down

0 comments on commit ae6f63a

Please sign in to comment.