Skip to content

Commit

Permalink
Chore: redis 연결을 위한 설정 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghooni committed Apr 1, 2024
1 parent ae9768c commit 85fb735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
mkdir deploy
cp ./docker/docker-compose.blue.yml ./deploy/
cp ./docker/docker-compose.green.yml ./deploy/
cp ./docker/docker-compose.redis.yml ./deploy/
cp ./appspec.yml ./deploy/
cp ./scripts/*.sh ./deploy/
cp ./docker/Dockerfile ./deploy/
Expand Down

0 comments on commit 85fb735

Please sign in to comment.