Skip to content

Commit

Permalink
fix: cd과정에서 Persistent Volumes부분을 제거한다. (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seungpang authored Jun 17, 2024
1 parent 2b2bf5e commit 36407bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/click-service-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ jobs:
- name: Docker Build
run: ./gradlew :click-service:jib

- name: Apply Persistent Volumes
run: |
kubectl apply -f ./click-service/pv.yaml
kubectl apply -f ./click-service/pvc.yaml
- name: Deploy
run: |
sed "s,\${image},${{ env.IMAGE }},g" ./click-service/resources.yaml > deployment.yaml
Expand Down

0 comments on commit 36407bf

Please sign in to comment.