Skip to content

Commit 242ebb1

Browse files
Update docker-image.yml
1 parent 65df19a commit 242ebb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
aws_ecr_repo_name: 'hello-repo'
3636
deploy:
3737
runs-on: ubuntu-latest
38+
needs: build
3839
steps:
3940
- name: Deploy
4041
uses: cancue/eks-action@v0.0.2
@@ -46,3 +47,5 @@ jobs:
4647
with:
4748
args: |
4849
kubectl cluster-info
50+
kubectl create deployment hello --image 247308769694.dkr.ecr.us-east-1.amazonaws.com/hello-repo --port 8080
51+
kubectl get deployments

0 commit comments

Comments
 (0)