Skip to content

Commit

Permalink
chore(POLABO-31): 깃헙 액션 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Jun 29, 2024
1 parent 49737df commit b00f11e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ jobs:

## gradle build
- name: Build with Gradle
run: ./gradlew clean build --debug
env:
DB_URL: ${{ secrets.DB_URL }}
DB_USER: ${{ secrets.DB_USER }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
JASYPT_ENCRYPTOR_PASSWORD: ${{ secrets.JASYPT_ENCRYPTOR_PASSWORD }}
run: ./gradlew clean build -PDB_URL=${{ secrets.DB_URL }} -PDB_USER=${{ secrets.DB_USER }} -PDB_PASSWORD=${{ secrets.DB_PASSWORD }} -PJASYPT_ENCRYPTOR_PASSWORD=${{ secrets.JASYPT_ENCRYPTOR_PASSWORD }}

## 이미지 태그에 시간 설정을 하기위해서 현재 시간을 가져옵니다.
- name: Get current time
Expand Down
5 changes: 4 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStorePath=wrapper/dists
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xms4g -Xmx4g -XX:+CMSClassUnloadingEnabled --illegal-access=permit

0 comments on commit b00f11e

Please sign in to comment.