morgan.mcmillian.dev/main.yaml
Morgan McMillian fbee2cfb8c
Some checks failed
dreamfall/morgan.mcmillian.dev/pipeline/head There was a failure building this commit
setup site deployment via jenkins
2023-02-09 17:36:29 -08:00

12 lines
258 B
YAML

---
- name: Deploy morgan.mcmillian.dev site
hosts: web
vars:
html_location: /var/www/html/morgan.mcmillian.dev
tasks:
- name: Sync html directory
ansible.posix.synchronize:
src: public/html/
dest: "{{ html_location }}/"