Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

helmwave/deploy-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"