Skip to content

Commit

Permalink
포트 옵션 추가 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
peeerr committed Apr 2, 2024
1 parent 4eddb35 commit f14fdbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: docker pull redis

- name: Run Redis container
run: docker run --name my-redis -d redis
run: docker run --name my-redis -d -p 6379:6379 redis

- name: Set AwsS3 Key at yaml
uses: microsoft/variable-substitution@v1
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spring:
profiles:
active: ci
active: dev

0 comments on commit f14fdbb

Please sign in to comment.