Skip to content

Commit

Permalink
README start
Browse files Browse the repository at this point in the history
  • Loading branch information
pthomison committed Mar 23, 2024
1 parent a396c76 commit a9b77d1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,3 @@ jobs:

- name: Task Test
run: "task docker-test"

goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "^1.22"
cache: true

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# K3Auto

An golang CLI tool used for rapidly deploying kubernetes evironments repeatable manner for local testing

Powered By:
- k3d
- flux

### Installation
```
brew tap pthomison/homebrew-tools
brew install pthomison/tools/k3auto
```

### Cluster Deployment


### Deploying Resources


### Options & Modifications



0 comments on commit a9b77d1

Please sign in to comment.