If you are using ansible to deploy you need to make sure that always_pull is commented out in your inventory file for the changes to be reflected.see more here
So the variables are as follows:
primero_host is where your server will be running like your.site.com
primero_repo is your fork
primero_repo_branch is the git branch you will be deploying (your changes)
build_docker_tag is the docker tag you want to deploy (I think you can leave this as ‘’ for now)
build_docker_container_registry is the docker registry (I think you can leave this as ‘’ for now)
primero_configuration_path along with primero_configuration_repo and primero_configuration_repo_…