Skip to content

Commit

Permalink
remove tracking service name PROD-DEPLOYMENT.yaml by MK
Browse files Browse the repository at this point in the history
  • Loading branch information
muzafferjoya authored Jun 18, 2024
1 parent e9a9d73 commit 26577ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/PROD-DEPLOYMENT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,11 @@ jobs:
export ECR_REPOSITORY=${{ secrets.ECR_REPOSITORY_PROD }}
export IMAGE_TAG=${{ secrets.IMAGE_TAG_PROD }}
export ECR_IMAGE=${{ secrets.ECR_IMAGE_PROD }}
envsubst < manifest/tracking-service.yaml > manifest/attendance-service-updated.yaml
envsubst < manifest/attendance-service.yaml > manifest/attendance-service-updated.yaml
echo "Contents of manifest/attendance-service-updated.yaml:"
cat manifest/attendance-service-updated.yaml
ls -ltra manifest/
kubectl apply -f manifest/configmap.yaml
#kubectl delete deploy trackingmanagement
kubectl apply -f manifest/attendance-service-updated.yaml
echo "kubectl apply exit code: $?"
kubectl get configmap

0 comments on commit 26577ae

Please sign in to comment.