Skip to content

Commit

Permalink
chore(backend-dev-cd.yml): 파일명 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
ehBeak committed Oct 11, 2024
1 parent 7480181 commit 941b93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

# 2. 실행 컨테이너 중 app 서비스만 재시작
- name: Restart app service
run: docker compose -f $HOME/security/docker-compose.yml up -d --no-deps app
run: docker compose -f $HOME/security/docker-compose-dev.yml restart app --no-deps

# 3. 미사용 이미지를 정리
- name: delete old docker image
Expand Down

0 comments on commit 941b93f

Please sign in to comment.