Skip to content

Commit

Permalink
feat: cd 깃헙 액션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hocaron committed Jun 22, 2024
1 parent 1575555 commit 92a8ed4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd-dev-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
tag:
description: '개발환경에 배포할 서비스 버전을 입력합니다.'
required: true
push:
branches: [ * ]

jobs:
trigger:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cd-dev-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
tag:
description: '개발환경에 배포할 서비스 버전을 입력합니다.'
required: true
push:
branches: [ * ]

jobs:
trigger:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cd-dev-recruit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
tag:
description: '개발환경에 배포할 서비스 버전을 입력합니다.'
required: true
push:
branches: [ * ]

jobs:
trigger:
Expand Down

0 comments on commit 92a8ed4

Please sign in to comment.