Configure production properties in application_prod.properties

This commit is contained in:
harish
2024-09-24 18:08:43 +05:30
parent d7e2098b33
commit befd86cacb
2 changed files with 12 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -56,7 +56,7 @@ pipeline {
}
}
script {
sh 'ssh ubuntu@46.105.65.89 "sh gepafin-production-api.sh"'
sh 'ssh ubuntu@79.137.88.15 "sh gepafin-production-api.sh"'
}
}
}