Skip to content

Commit

Permalink
#576 [feat] 서버 이관 및 docker-compose 배포 방식 구현 (#598)
Browse files Browse the repository at this point in the history
* #576 [feat] 서버 이관 및 docker-compose 배포 방식 구현

* #576 [feat] trigger event 변경

* #576 [feat] flow 변경

* #576 [feat] run bash 변경

* #576 [feat] run bash 변경

* #576 [feat] run bash 변경

* #576 [feat] compose image

* #576 [feat] bash 명령어 수정

* #576 [feat] bash 명령어 수정

* #576 [feat] 트리거 옵션 설명

* #576 [feat] 트리거 옵션 설명
  • Loading branch information
sohyundoh authored Jan 30, 2025
1 parent 17423cc commit d03de42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PROD-NEW-CD.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: PROD-NEW-CD

on:
push: [ "main" ]
push:
branches: [ "main" ]

jobs:
production-deploy-ci:
Expand Down

0 comments on commit d03de42

Please sign in to comment.