Skip to content

Commit

Permalink
added minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Becker committed Jun 14, 2024
1 parent fb6c095 commit 7badf8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
docker build -t local/wings-example-app:latest .
- name: Deploy to minikube
run:
export SHELL=/bin/bash
kubectl create namespace wings-app
kubectl apply -f kubernetes/app.yaml
kubectl wait -f kubernetes/app.yaml --for=condition=Ready
Expand Down

0 comments on commit 7badf8a

Please sign in to comment.