morgan.mcmillian.dev/main.yaml
Morgan McMillian 877b709ea9
All checks were successful
dreamfall/morgan.mcmillian.dev/pipeline/head This commit looks good
Update build for hugo
2023-02-12 06:17:07 -08:00

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