officialized as terraform module
This commit is contained in:
parent
b02970cb5e
commit
5e5956d918
21
.github/workflows/publish-terraform.yaml
vendored
Normal file
21
.github/workflows/publish-terraform.yaml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
name: Publish a new Github Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
tags:
|
||||
- '*'
|
||||
jobs:
|
||||
Release:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
generateReleaseNotes: true
|
||||
name: 'v${{ github.ref_name }}'
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -6,6 +6,4 @@ kubeconfig.yaml-e
|
||||
terraform.tfvars
|
||||
plans-custom.yaml
|
||||
traefik-custom.yaml
|
||||
kured-custom.yaml
|
||||
.github/workflows/publish-terraform.yaml
|
||||
.github/workflows/sync-with-upstream.yaml
|
||||
kured-custom.yaml
|
Loading…
Reference in New Issue
Block a user