Skip to content

Commit

Permalink
feat: Initialize the project
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jun 7, 2023
1 parent bd901d9 commit 6fccf05
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/deploy-to-minikube-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,11 @@ jobs:
- name: Deploy to Minikube
run:
kubectl apply -f k8s-node-app.yaml

hold-workflow:
runs-on: ubuntu-latest
needs: job1
steps:
- name: Hold Workflow
run: |
echo "Workflow is on hold. Waiting for manual finish..."
sleep infinity
test-service-urls:
runs-on: ubuntu-latest
needs: hold-workflow
steps:
- name: Test service URLs
run: |
minikube service list
minikube service nodejs-app --url
echo "------------------opening the service------------------"
curl $(minikube service nodejs-app --url)

0 comments on commit 6fccf05

Please sign in to comment.