delete old files from destination
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Morgan McMillian 2023-03-13 17:09:59 -07:00
parent 70c510528b
commit 980a26f0f0
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@
- name: Sync html directory
ansible.posix.synchronize:
src: public/
delete: true
dest: "{{ html_location }}/"