Skip to content

Commit 7bca24e

Browse files
author
mafyuh
committedJul 31, 2024
Update ansible/playbooks/deploy-docker.yml
1 parent 0807cd4 commit 7bca24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ansible/playbooks/deploy-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- name: Deploy application
33
hosts: "{{ target_host }}"
44
vars:
5-
repo_path: "/home/{{ ansible_user }}/iac/{{ folder }}"
5+
repo_path: "/home/{{ ansible_user }}/iac/docker/{{ folder }}"
66
tasks:
77
- name: Ensure the repository is up-to-date
88
shell: git pull

0 commit comments

Comments
 (0)
Please sign in to comment.