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 bbdb611 commit c1b48b7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ jobs:
runs-on: ubuntu-latest
env:
DEPLOY_TARGET: ${{ needs.setup.outputs.deploy_target }}
SELECTOR: "$MODULE-dev"
MODULE: $MODULE
REGISTRY: $REGISTRY
NAMESPACE: $NAMESPACE
IMAGE_NAME: $IMAGE_NAME

steps:
- name: Checkout sources
Expand All @@ -131,6 +126,12 @@ jobs:
- name: Create K3s deployment files
run: |
MODULE=$MODULE
SELECTOR="$MODULE-dev"
REGISTRY=$REGISTRY
NAMESPACE=$NAMESPACE
IMAGE_NAME=$IMAGE_NAME
cat <<EOF > deployment.yaml
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit c1b48b7

Please sign in to comment.