Skip to content

Commit

Permalink
Merge pull request #313 from ODOICHON/dev
Browse files Browse the repository at this point in the history
Deploy for DEV
  • Loading branch information
dldmsql authored Nov 5, 2023
2 parents d2254b3 + abcabb1 commit 3b2afd1
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,18 @@ jobs:
java-version: 17
distribution: 'zulu'

#gradle 캐싱
- name: Gradle Caching
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
# #gradle 캐싱
# - name: Gradle Caching
# uses: actions/cache@v3
# with:
# path: |
# ~/.gradle/caches
# ~/.gradle/wrapper
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
# restore-keys: |
# ${{ runner.os }}-gradle-
- name : Clean gradle
run : ./gradlew clean


#배포를 위한 secret yml 설정
Expand Down

0 comments on commit 3b2afd1

Please sign in to comment.