morgan.mcmillian.dev/main.yaml
Morgan McMillian ec19541bac
All checks were successful
dreamfall/morgan.mcmillian.dev/pipeline/head This commit looks good
fix source location for html file
2023-02-09 17:51:21 -08:00

12 lines
259 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/https/
dest: "{{ html_location }}/"