Skip to content

Commit

Permalink
Create a deploy directory and put deployment/release things in it
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzos committed Jan 23, 2021
1 parent 3fcc8b5 commit 36661de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --rm-dist --config deploy/.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ make bin
### Run

```sh
./bin/capacity
./bin/kubectl-capacity
```

### Install as a plugin
### Install as a kubectl plugin

```sh
cp bin/capacity /usr/local/bin/kubectl-capacity
cp bin/kubectl-capacity /usr/local/bin/kubectl-capacity
```

### Use
Expand Down
2 changes: 1 addition & 1 deletion cmd/capacity/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
var rootCmd = &cobra.Command{
Use: "capacity",
Short: "Get cluster size and capacity",
Long: `Capacity exposes size and capacity data for Kubernetes clusters`,
Long: `Exposes size and capacity data for Kubernetes clusters`,
SilenceErrors: true,
SilenceUsage: true,
}
Expand Down
File renamed without changes.

0 comments on commit 36661de

Please sign in to comment.