Skip to content

chore(deps): update actions/checkout action to v4.1.6 (#420) #67

chore(deps): update actions/checkout action to v4.1.6 (#420)

chore(deps): update actions/checkout action to v4.1.6 (#420) #67

Workflow file for this run

---
name: Deploy autorestic
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- roles/autorestic/**
- .github/workflows/autorestic.yaml
pull_request:
paths:
- roles/autorestic/**
- .github/workflows/autorestic.yaml
jobs:
autorestic:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-ansible
- run: |
ansible-playbook main.yaml --limit localhost --tags autorestic
cd ~/autorestic && docker compose run autorestic