Skip to content

Commit

Permalink
Merge pull request #9 from bocoup/synchronize
Browse files Browse the repository at this point in the history
switch to synchronize from copy to use rsync
  • Loading branch information
outofambit authored Jun 10, 2024
2 parents c486c88 + 2f2622b commit 95abfa9
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 95abfa9

Please sign in to comment.