Skip to content
Snippets Groups Projects
Commit 5a5e156f authored by Joe Green's avatar Joe Green Committed by GitHub
Browse files

use ssh agent

parent 40867dba
Branches ja-oss-test
No related tags found
No related merge requests found
...@@ -133,7 +133,9 @@ pipeline { ...@@ -133,7 +133,9 @@ pipeline {
stage('Sync OSS') { stage('Sync OSS') {
steps { steps {
sh 'git push git@github.com:sharelatex/web-sharelatex.git HEAD:master' sshagent (credentials: ['GIT_DEPLOY_KEY']) {
sh 'git push git@github.com:sharelatex/web-sharelatex.git HEAD:ja-oss-test'
}
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment