Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update Jenkinsfile with new SSH credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 5, 2024
1 parent ea718bb commit f02b664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {
steps {
script {
sshagent(['nial-ssh-creds']) {
sh "ssh -i ${SSH_KEY} ${REMOTE_USER}@${REMOTE_HOST} 'cd TSI && git pull'"
sh "ssh -i ${SSH_KEY} ubuntu@13.49.230.240 'cd TSI && git pull'"
}
}
}
Expand All @@ -49,7 +49,7 @@ pipeline {
steps {
script {
sshagent(['nial-ssh-creds']) {
sh "ssh -i ${SSH_KEY} ${REMOTE_USER}@${REMOTE_HOST} 'screen && cd TSI/next/news-aggregation && npm run dev'"
sh "ssh -i ${SSH_KEY} ubuntu@13.49.230.240 'screen && cd TSI/next/news-aggregation && npm run dev'"
}
}
}
Expand Down

0 comments on commit f02b664

Please sign in to comment.