I have a React.js project auto deployed on my digital ocean droplet using gitlab-runner, everything's working fine, but the project is always pulled on a long path, example :
/home/gitlab-runner/builds/FiRsT_ToKeN_ChAraCters/0/mygitlab_username/my_project_name
I have tried to change the build dir editing the config.toml
file in: /etc/gitlab-runner, but it changes only the builds directory, i want my path to look like :
/home/gitlab-runner/customName/my_project_name