Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
chs98412 committed Jul 27, 2024
2 parents f40c69f + 99b4bb9 commit 8c944d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:

- name: Deploy to Kubernetes
run: |
kubectl apply -f deployment-repo/k8s/k8s/tcc-react-app-deployment.yaml
kubectl apply -f deployment-repo/k8s/tcc-react-app-deployment.yaml
kubectl set image deployment/tcc-react-app-deployment tcc-react-app=${{ secrets.DOCKER_HUB_USERNAME }}/tcc-react-app:${{ env.BUILD_DATE }}

0 comments on commit 8c944d8

Please sign in to comment.