[go: nahoru, domu]

Skip to content

Commit

Permalink
Update Jenkinsfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Feb 10, 2021
1 parent f8f1437 commit cead861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ REPO = 'website'
node {
stage('Update') {
git url: "$SRC/$REPO"
sh "whoami"
sh "cat ~/.ssh/id_rsa.pub"
sh "git push --set-upstream git@github.com:$USER/$REPO"
}
stage('Build') {
Expand Down

0 comments on commit cead861

Please sign in to comment.