Skip to content

Commit 5d0ef23

Browse files
committed
update workflow updated
1 parent 36d66c0 commit 5d0ef23

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
IMAGE_TAG="${{ needs.build.outputs.id }}" |
4141
sed -i "s|image:.*|image: ${IMAGE_TAG}|" ./challenge9/kubernetes/deployment.yaml
4242
- name: Deploy the app to kubernetes
43-
run: kubectl apply -f https://github.com/Rishab49/DevOps-Challenges/blob/main/challenge9/kubernetes/deployment.yaml
43+
run: kubectl apply -f ./challenge9/kubernetes/deployment.yaml

deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
429: Too Many Requests
2+
For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service).

0 commit comments

Comments
 (0)