-
I have tried it and it doesn't work and wonder if anyone knows if it is feasible. My use case: My current solution: Wonder if there is a better solution - either via on-pull shell command or git hooks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Why can't on pull access path outside repo root? Did you try using absolute path? |
Beta Was this translation helpful? Give feedback.
kk. I was confused by the first command. Periphery agent root directory is the same inside and outside the container so I thought somehow the agent is working in the host filesystem.
Now it works after i mount the config folder to the periphery agent container.
Thanks for the help!