Index: Jenkins/Promote
===================================================================
--- Jenkins/Promote	(revision d3af50525d39eb9ac13fe562fd833cb2158362d5)
+++ Jenkins/Promote	(revision 60380a1a5424e5d6fdf76591dede27674d609f5e)
@@ -36,5 +36,5 @@
 		dir (BuildDir) {
 		    sh 'rm -rf *'
-			sshagent (credentials: ['github_key_jun1']) {
+			sshagent (credentials: ['git_key_mar27']) {
 				sh "git clone --bare ${RemoteRepo} repo"
 			}
@@ -69,5 +69,5 @@
 			sh "git status"
 			sh "git diff-index --quiet HEAD || git commit -m 'Push from build machine: ${name}'"
-			sshagent (credentials: ['github_key_jun1']) {
+			sshagent (credentials: ['git_key_mar27']) {
 				sh "git push origin master"
 			}
