Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Commit

Permalink
fix: use stackhead__config_folder to get project definition folder
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Dec 29, 2020
1 parent 1b4ec23 commit d8ad145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/steps/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
with_items: "{{ app_config.container.services }}"
- name: Copy hook files
synchronize:
src: "{{ stackhead__local_config_file|dirname }}/{{ item.src }}"
src: "{{ stackhead__config_folder }}/{{ item.src }}"
dest: "{{ stackhead__containerhooks_location }}/{{ item.prefix}}_{{ item.src|basename }}"
perms: false
rsync_opts:
Expand Down

0 comments on commit d8ad145

Please sign in to comment.