copy the project directory to the home folder

This commit is contained in:
Andreas Zweili 2021-10-26 22:08:46 +02:00
parent 0f8c30a6c1
commit cc226beef5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
- name: "Copy the project files to the server"
copy:
src: "{{ docker_project_name }}"
dest: "{{ docker_project_path }}/"
dest: "{{ lookup('env', 'HOME') }}/"
become: false
- name: "Copy the traefik config"