Merge pull request #615 from fluxcd/flux-action-docs-ignore

Add note about ignoring flux action binary
pull/616/head
Stefan Prodan 4 years ago committed by GitHub
commit 53ffb8aa00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,16 @@ Usage:
run: flux -v
```
This action places the `flux` binary inside your repository root under `bin/flux`.
You should add `bin/flux` to your `.gitingore` file like so:
```gitignore
# ignore flux binary
bin/flux
```
Note that this action can only be used on GitHub **Linux AMD64** runners.
### Automate Flux updates
Example workflow for updating Flux's components generated with `flux bootstrap --arch=amd64 --path=clusters/production`:

Loading…
Cancel
Save