updates #91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Ansible Playbooks | ||
on: | ||
push: | ||
branches: | ||
- master | ||
jobs: | ||
run-playbooks: | ||
runs-on: ubuntu-20.04 | ||
defaults: | ||
run: | ||
working-directory: ansible | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Run Ansible Playbook to deploy my blog | ||
with: | ||
workspace_path: ${{ github.workspace }} | ||
run: ansible-playbook --verbose deploy.yaml | ||
Check failure on line 20 in .github/workflows/run-ansible-playbook.yml GitHub Actions / Run Ansible PlaybooksInvalid workflow file
|
||