Skip to content

Commit

Permalink
move website publish to github
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
  • Loading branch information
cdietrich committed Oct 27, 2022
1 parent 5e39c05 commit f695133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ spec:
stages {
stage ('Checkout') {
steps {
sshagent(['git.eclipse.org-bot-ssh']) { //
sshagent(['github-bot-ssh']) { //
sh '''
rm -rf deploy-xtext-git-repo
git clone -b master ssh://genie.xtext@git.eclipse.org:29418/www.eclipse.org/Xtext deploy-xtext-git-repo
git clone -b master git@github.com:eclipse/xtext-website-publish.git deploy-xtext-git-repo
'''
}
sshagent(['git.eclipse.org-bot-ssh']) { //
Expand Down Expand Up @@ -105,7 +105,7 @@ spec:
steps {
echo 'Deploying....'
dir ('deploy-xtext-git-repo') {
sshagent(['git.eclipse.org-bot-ssh']) { //
sshagent(['github-bot-ssh']) { //
sh '''
git push origin master
'''
Expand Down

0 comments on commit f695133

Please sign in to comment.