From fcbb4790e92302696175cfa89608cbb985383d15 Mon Sep 17 00:00:00 2001 From: hazel Date: Fri, 6 Mar 2026 17:56:45 +0100 Subject: history reset for anonymity Signed-off-by: hazel --- deploy.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deploy.yml (limited to 'deploy.yml') diff --git a/deploy.yml b/deploy.yml new file mode 100644 index 0000000..d0d3918 --- /dev/null +++ b/deploy.yml @@ -0,0 +1,14 @@ +--- +- name: Copy to var-www on hosts + hosts: all + gather_facts: false + tasks: + - ansible.posix.synchronize: + src: _site/ + dest: /var/www/html/hazelthats.me + + delete: true + group: false + perms: false + rsync_timeout: 10 + times: false -- cgit v1.2.3