Skip to content

Commit 9973717

Browse files
authored
Update jenkinsfile
1 parent 42a6b2d commit 9973717

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

jenkinsfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ pipeline {
2929
}
3030
}
3131
}
32-
}
32+
33+
Stage('deploy') {
34+
steps {
35+
script {
36+
sh 'docker run -d -p 8080:8080 --rm --name mypythonContainer 276775973535.dkr.ecr.ap-south-1.amazonaws.com/docker-image-deploy:latest'
37+
}
38+
}
3339
}
40+
41+
}
3442
}

0 commit comments

Comments
 (0)