Skip to content
play-circle

GitHub Action

HelmWave

1.0.0 Latest version

HelmWave

play-circle

HelmWave

Deploy with helmwave

Installation

Copy and paste the following snippet into your .yml file.

              

- name: HelmWave

uses: helmwave/[email protected]

Learn more about this action in helmwave/deploy-action

Choose a version

deploy-action

:octocat: GitHub Action for helmwave

This is archived. Please use https://github.com/helmwave/setup-action

Usage

Workflow

name: helmwave

on:
  push:
    - master
    - main

jobs:
  helmwave:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: helmwave/[email protected]
        env:
          HELMWAVE_LOG_LVL: "debug"