Skip to content

remove working directory #6

remove working directory

remove working directory #6

Workflow file for this run

# Ansible deployment command
# ansible-playbook -i ansible/hosts ansible/deploy.yaml
name: Deploy Application
on:
push:
branches:
- deploy
# - pull_request:
# types:
# - opened
# - reopened
# branches:
# - develop
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Run Deployment Ansible Playbook
run: ansible-playbook deploy.yaml