Skip to content

fix(authentik): incorrect db volume bind path (#22) #116

fix(authentik): incorrect db volume bind path (#22)

fix(authentik): incorrect db volume bind path (#22) #116

Workflow file for this run

---
name: 'CI'
on:
workflow_dispatch: {}
push:
branches:
- '**'
tags-ignore:
- '**'
defaults:
run:
working-directory: 'netr0m.infra'
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
dirname: 'netr0m.infra'
secrets:
ANSIBLE_ROLE_SVC_SSH_KEY: ${{ secrets.ANSIBLE_ROLE_SVC_SSH_KEY }}
molecule:
uses: ./.github/workflows/molecule.yml
with:
dirname: 'netr0m.infra'
secrets:
ANSIBLE_ROLE_SVC_SSH_KEY: ${{ secrets.ANSIBLE_ROLE_SVC_SSH_KEY }}
...