I have two questions:
1 - Can you prevent a git pull from the repo during the deploy phase?
2 - I have created a jar file that I want to scp from a default runner to my staging server and production server. I am falling over on attempting to do this. I was looking for any suggestions. I was wanting to use the artifact that is spelled out in the build phase to be scped over. I have set up ssh keys so no passwords. I know I will have to set up variables in my CI variables section for the private key.
Any suggestions would be great