We're using TeamCity 9 on Ubunutu system. I want to copy the the artifacts published in the build to a directory (defined in Apache config as virtual directory) so that our application would get deployed.
Currently, our artifacts are being published in
root/.BuildServer/system/artifacts/repo_name/build_name/some_number/some_hash_value
directory.
I want to copy it to, let's say, \home\ubuntu\repo_name
directory.
How should I do it?