Skip to content

Commit

Permalink
Update �ci.yml
Browse files Browse the repository at this point in the history
env 변수명 수정
  • Loading branch information
benjaminuj authored Oct 23, 2024
1 parent 9480fb5 commit 2adc585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
AWS_S3_BUCKET: seatsense
AWS_REGION: ap-northeast-2
spring.redis.host: localhost
spring.redis.port: 6379
REDIS_HOST: localhost
REDIS_PORT: 6379
run: ./gradlew clean build --warning-mode=all --stacktrace

# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
Expand Down

0 comments on commit 2adc585

Please sign in to comment.