Skip to content

Commit

Permalink
move: k8s 설정 파일 디렉토리 변경(#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-seong committed Feb 29, 2024
1 parent 9655bf2 commit eebfe8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
- name: Change config repo values.yaml
uses: mikefarah/yq@master
with:
cmd: yq -i '.spec.template.spec.containers.[0].image = "${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ github.run_id }}"' k8s/deployment.yaml
cmd: yq -i '.spec.template.spec.containers.[0].image = "${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ github.run_id }}"' k8s/production/deployment.yaml

- name: Deploy
run: |
kubectl apply -f k8s/deployment.yaml
kubectl apply -f k8s/production/deployment.yaml
File renamed without changes.
File renamed without changes.

0 comments on commit eebfe8a

Please sign in to comment.