Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Deploy Backend

# 현재 개발 단계 인프라 비용 절감 차원에서 RDS 삭제(스냅샷 보관) + EC2 중지
# 상태이므로 자동 배포를 비활성화한다. 인프라 복구 후 재개 시 trigger를
# `push: branches: ["main"]`으로 되돌리면 된다.
on:
push:
branches: ["main"]
workflow_dispatch:

concurrency:
group: backend-deploy
Expand Down
Loading