always run on main, and README update
Infrastructure / Check and run Ansbile playbooks (push) Successful in 1m28s Details

This commit is contained in:
Gleb Koval 2023-09-03 01:13:27 +01:00
parent daa116f741
commit 13bb62fe61
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 5 additions and 3 deletions

View File

@ -3,12 +3,12 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
paths:
- infra/**-playbook.yaml
- .github/workflows/infra.yaml
push:
branches:
- main
env:
DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}

View File

@ -6,3 +6,5 @@ This repository contains any automations used in deploying *.koval.net services.
All 'managed' infrastructure is deployed and provisioned with [Ansible](https://www.ansible.com/).
However, some 'unmanaged' (manually managed) resources also exist - primarily everything required for this repository to work (I don't want to make a dependency loop).
Ansible playbooks are ran in alphanumerical order and are expected idempotent.