Skip to content

Commit

Permalink
πŸ’š CI λΉŒλ“œ μˆ˜μ • : μ›Œν¬ν”Œλ‘œμš° Nameλͺ… μˆ˜μ •
Browse files Browse the repository at this point in the history
- 가독성을 μœ„ν•΄ λͺ…ν™•ν•˜κ²Œ μˆ˜μ • μž‘μ—….

Ref : #35
  • Loading branch information
rowing0328 committed Nov 4, 2024
1 parent 85fb45d commit fdc1e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI with Gradle
name: Java CI with Gradle Build & Deploy

on:
push:
Expand All @@ -24,7 +24,7 @@ jobs:
run: |
mkdir -p ./src/main/resources/properties
echo "${{ secrets.PROD_ENV_FILE }}" > ./src/main/resources/properties/env.properties
- name: Secret Test Env File Download
run: |
mkdir -p ./src/test/resources/properties
Expand Down

0 comments on commit fdc1e81

Please sign in to comment.