f
This commit is contained in:
parent
ed80259f9f
commit
f4d2a30e23
2 changed files with 6 additions and 2 deletions
|
@ -3,6 +3,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: '* 22 * * *' # test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gitleaks:
|
gitleaks:
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
# ansible_heimserver
|
# ansible_heimserver
|
||||||
|
|
||||||
![status-badge](https://git.mgrote.net/mg/homeserver/actions/workflows/ansible-lint.yaml/badge.svg)
|
|
||||||
|
|
||||||
## ansible-devspace
|
## ansible-devspace
|
||||||
|
|
||||||
- Repository: https://git.mgrote.net/container-images/ansible-devspace
|
- Repository: https://git.mgrote.net/container-images/ansible-devspace
|
||||||
|
@ -9,3 +7,7 @@
|
||||||
- ``devspace.sh`` pulled Image, prüft ob SSH-Key und ``vault-pass`` vorhanden sind
|
- ``devspace.sh`` pulled Image, prüft ob SSH-Key und ``vault-pass`` vorhanden sind
|
||||||
- mountet git-Secrets
|
- mountet git-Secrets
|
||||||
- startet Container
|
- startet Container
|
||||||
|
|
||||||
|
|
||||||
|
https://git.mgrote.net/mg/homeserver/actions/workflows/{workflow_file}/badge.svg?branch={branch}&event={event}
|
||||||
|
https://git.mgrote.net/mg/homeserver/actions/workflows/ansible-lint.yaml/badge.svg
|
||||||
|
|
Loading…
Reference in a new issue