Skip to content

Commit

Permalink
Merge pull request #26 from 2024-Iris/notification
Browse files Browse the repository at this point in the history
레디스 테스트 컨테이너 추가
  • Loading branch information
dokkisan authored Jul 17, 2024
2 parents a549bb0 + a4423b5 commit 6edecbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ecs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
environment: production
services:
redis:
image: redis:latest
ports:
- 6379:6379

steps:
- name: Checkout
Expand Down

0 comments on commit 6edecbe

Please sign in to comment.