Skip to content

Commit ce7501e

Browse files
authored
chore: CD Actions 테스트용 시드 파일 추가
1 parent 5a1f2b4 commit ce7501e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/api-cd.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: API CD
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
docker-deploy:
8+
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)