Skip to content

Commit 773076f

Browse files
Update CD.yml
1 parent 9167e3c commit 773076f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
steps:
1515
# 저장소 코드를 체크아웃합니다. (PR 올린 코드를 가져오는 행위)
1616
- uses: actions/checkout@v4
17-
with:
18-
ref: release
1917

2018
# Node.js 환경 설정
2119
- name: Use Node.js
@@ -100,4 +98,4 @@ jobs:
10098
key: ${{ secrets.KUBE_HOST_KEY }}
10199
port: ${{ secrets.KUBE_HOST_PORT }}
102100
script: |
103-
kubectl apply --filename taskflow-front.yaml
101+
kubectl apply --filename taskflow-front.yaml

0 commit comments

Comments
 (0)