Skip to content

Commit 6152e74

Browse files
authored
Update jenkinsfile
1 parent 3166d7f commit 6152e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pipeline {
4444
stage('Deploying to Kubernetes') {
4545
steps{
4646
sshagent(['k8s']) {
47-
sh "scp -o stringHostKeyChecking=no app.yaml [email protected]:/home/ubuntu"
47+
sh "scp -o strictHostKeyChecking=no app.yaml [email protected]:/home/ubuntu"
4848
script {
4949
try{
5050
sh "ssh [email protected] kubectl apply -f ."

0 commit comments

Comments
 (0)