Skip to content

Update actions/checkout action to v3.6.0 #28

Update actions/checkout action to v3.6.0

Update actions/checkout action to v3.6.0 #28

Workflow file for this run

---
name: Deploy homepage
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- roles/homepage/**
- .github/workflows/homepage.yaml
pull_request:
paths:
- roles/homepage/**
- .github/workflows/homepage.yaml
jobs:
homepage:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-ansible
- run: |
docker network create --driver bridge proxy
ansible-playbook main.yaml --limit localhost --tags homepage
docker ps --filter name=homepage | grep --quiet homepage