Skip to content

Commit

Permalink
test: k3s deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Aug 25, 2024
1 parent 3dc983f commit d17974e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ jobs:
echo "${{ secrets.KUBE_CONFIG }}" > $HOME/.kube/config
chmod 600 $HOME/.kube/config
- name: Delete existing deployment (if exists)
run: |
kubectl delete deployment ${{ env.MODULE }}-deployment --ignore-not-found
- name: Create K3s deployment files
run: |
cat <<EOF > deployment.yaml
Expand Down

0 comments on commit d17974e

Please sign in to comment.