Skip to content

Commit

Permalink
๐Ÿ’š [CI/CD] Actions ์Šคํฌ๋ฆฝํŠธ ๋””๋ฒ„๊น…
Browse files Browse the repository at this point in the history
  • Loading branch information
seheonnn authored Jan 19, 2024
1 parent c59c24e commit 092b1a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
spring.data.redis.host: ${{ secrets.REDIS_HOST }}
spring.data.redis.port: ${{ secrets.REDIS_PORT }}

- name: 3) Set prod.yml - Debug
run: |
cat ./src/main/resources/application-prod.yml
- name: Grant execute permission for gradlew and build
run: |
chmod +x ./gradlew
Expand Down

0 comments on commit 092b1a0

Please sign in to comment.