Skip to content

Commit

Permalink
Update buildspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurahim50 authored Jun 17, 2023
1 parent 9f76e37 commit e0de739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ phases:
- echo Build completed on `date`
- echo Pushing the Docker image...
- docker push $IMAGE_REPO_NAME:$IMAGE_TAG
- aws eks --region us-east-2 update-kubeconfig --name k8s-boyz
- aws eks update-kubeconfig --name k8s-boyz --region us-east-2
- echo Push the latest image to cluster
- kubectl apply -f deployment.yml

0 comments on commit e0de739

Please sign in to comment.