Skip to content

Commit 002da3f

Browse files
CLAP-104 CI/CD: 도커 이미지 태그 디플로이먼트에 반영하는 부분 수정
<footer> - #55
1 parent 53ea22a commit 002da3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
docker push ${{ secrets.DOCKER_REPO }}:latest
5858
- name: Update Kubernetes Deployment
5959
run: |
60-
envsubst < ./taskflow.yaml
60+
envsubst < ./taskflow.yaml > ./taskflow-back.yaml
6161
env:
6262
IMAGE_TAG: ${{ steps.version.outputs.VERSION }}
6363
# deploy
@@ -69,7 +69,7 @@ jobs:
6969
key: ${{ secrets.KUBE_HOST_KEY }}
7070
port: ${{ secrets.KUBE_HOST_PORT }}
7171
overwrite: true
72-
source: ./taskflow.yaml
72+
source: ./taskflow-back.yaml
7373
target: ~/taskflow-back.yaml
7474

7575
- name: Deploy

0 commit comments

Comments
 (0)