Skip to content

Commit

Permalink
fix: yml 설정 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
EunChanNam committed Nov 29, 2023
1 parent 9502a0e commit 7b7e80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

- name: ubuntu Docker image build and push
run: |
docker-compose build -f ./docker/docker-compose.yml
docker-compose push -f ./docker/docker-compose.yml
docker-compose -f ./docker/docker-compose.yml build
docker-compose -f ./docker/docker-compose.yml push
# - name: ubuntu Docker image build
# run: docker build -t ${{ secrets.DOCKER_NAME }}/we-share-wish-hair:latest -f Dockerfile-server .
#
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ server:
spring:
data:
redis:
host: 3.21.14.25~
host: 3.21.14.25
port: 6379
expire-time: 21600000

Expand Down

0 comments on commit 7b7e80e

Please sign in to comment.