Skip to content

Commit

Permalink
Update eks-pratham-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Jun 7, 2024
1 parent aeb42b2 commit 5a87d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/eks-pratham-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Copy .env file
env:
ENV_FILE_CONTENT: ${{ secrets.ENV_FILE_CONTENT }}
run: echo "$ENV_FILE_CONTENT" > .env
run: echo "$ENV_FILE_CONTENT" > manifest/configmap.yaml
- name: Show PWD and list content
run: |
echo "Current Working Directory: pwd"
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
kubectl delete deployment eventmanagement
kubectl delete service eventmanagement
kubectl apply -f manifest/event-service-updated.yaml
kubectl apply -f manifest/configmap.yaml
sleep 10
kubectl get pods
kubectl get services
Expand Down

0 comments on commit 5a87d41

Please sign in to comment.