feat: More readme, also removes ci from dev branch and only runs for pulls and pushes to main.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main", "dev"]
|
branches: ["main"]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -38,6 +38,9 @@ It will also download an ansible-playbook that is used to generate output files,
|
|||||||
repositories, and encrypt / decrypt variable files. The playbook get's installed to
|
repositories, and encrypt / decrypt variable files. The playbook get's installed to
|
||||||
`~/.local/share/hpa/playbook`.
|
`~/.local/share/hpa/playbook`.
|
||||||
|
|
||||||
|
> NOTE: All commands accept a `--help` option which will display the arguments and options a command
|
||||||
|
> can use, along with example usage of the commands.
|
||||||
|
|
||||||
### Configure the application.
|
### Configure the application.
|
||||||
|
|
||||||
When you first download the application you can setup the configuration file for your use case.
|
When you first download the application you can setup the configuration file for your use case.
|
||||||
|
|||||||
Reference in New Issue
Block a user