Skip to content

Commit

Permalink
Test: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCloudBricklayer committed Apr 21, 2024
1 parent cb93142 commit b573903
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
with:
method: kubeconfig
kubeconfig: ${{ runner.workspace }}/config
-
run: cat ${{ runner.workspace }}/config
env:
KUBECONFIG: ${{ runner.workspace }}/config
-
name: Deploy to Kubernetes
run: |
kubectl apply -f ${{ runner.workspace }}/k8s/. --namespace ${{ env.namespace }} \
--validate=false
cat ${{ runner.workspace }}/config
kubectl apply -f ${{ runner.workspace }}/k8s/. --namespace ${{ env.namespace }}

0 comments on commit b573903

Please sign in to comment.