Skip to content

Commit f743093

Browse files
committed
CLAP-383 CI/CD: 릴리즈 CD 도커 배포 제거
<footer> - #497
1 parent 718c1b5 commit f743093

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release-cd.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ jobs:
7878
key: ${{ secrets.KUBE_HOST_KEY }}
7979
port: ${{ secrets.KUBE_HOST_PORT }}
8080
script: |
81-
kubectl apply --filename /home/gytjd/바탕화면/TaskFlow-Server/taskflow.yaml
82-
docker rm -f taskflow
83-
docker image rm ${{ secrets.DOCKER_REPO }}:${{ steps.version.outputs.VERSION }} -f
84-
docker run --name taskflow -d -p 9090:9090 \
85-
--env-file /home/ubuntu/.env \
86-
${{ secrets.DOCKER_REPO }}:${{ steps.version.outputs.VERSION }} \
87-
--restart on-failure
81+
kubectl apply --filename taskflow-back.yaml
82+
8883

0 commit comments

Comments
 (0)