Skip to content

Update ghcr.io/twin/gatus Docker tag to v5.5.0 #7

Update ghcr.io/twin/gatus Docker tag to v5.5.0

Update ghcr.io/twin/gatus Docker tag to v5.5.0 #7

Workflow file for this run

---
name: Deploy gatus
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- roles/gatus/**
- .github/workflows/gatus.yaml
pull_request:
paths:
- roles/gatus/**
- .github/workflows/gatus.yaml
jobs:
gatus:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: 3.x
- run: |
sed -i '/vars_files/I,+1 d' main.yaml
sed -i '/vault_password_file/d' ansible.cfg
pip install ansible
ansible-galaxy install --role-file requirements.yaml
ansible-playbook main.yaml --limit localhost --tags gatus
docker ps --filter name=gatus | grep --quiet gatus