Skip to content

Commit

Permalink
switch to synchronize from copy to use rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed Jun 10, 2024
1 parent a0cdeba commit 2f2622b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
remote_user: deploy
tasks:
- name: Copy app files to server
copy:
synchronize:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
loop: "{{ deploy_files }}"
Expand Down

0 comments on commit 2f2622b

Please sign in to comment.