Skip to content

Commit

Permalink
fix: docker-push-cd.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimChanJin97 authored Jul 18, 2024
1 parent 72d0662 commit e8cefd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-push-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
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: Build With Gradle
run: ./gradlew build -x test
Expand Down

0 comments on commit e8cefd0

Please # to comment.