Skip to content

Commit

Permalink
Merge pull request #12 from KimChanJin97/ci-test12
Browse files Browse the repository at this point in the history
ci-test12
  • Loading branch information
KimChanJin97 authored Jul 18, 2024
2 parents 0a7a6f9 + 1c7a2e8 commit 72d0662
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-buildx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Make application-prod.yml
run: |
cd ${{ env.working-directory }}/src/main/resources
touch ./application-prod.yml
echo "${{ secrets.PROPERTIES_PROD }}" > ./application-prod.yml
shell: bash

- name: Grant Execute Permission For Gradlew
run: chmod +x gradlew
working-directory: ${{ env.working-directory }}
Expand Down

0 comments on commit 72d0662

Please # to comment.