Skip to content

Commit

Permalink
added new jenkinsfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwembo committed Apr 17, 2024
1 parent 599bab6 commit bde721a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deployments/Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ pipeline{
steps {
sh 'docker images'
sh 'docker images --filter "reference=cloudapp-django-web*"'
// sh 'docker push joelwembo/cloudapp-django-web:latest'
sh 'docker push joelwembo/cloudapp-django-web:latest'
}
}
stage('Run the Application'){
steps {
sh 'docker images'
// sh 'docker-compose up -d'
sh 'docker-compose up -d'
}
}
// stage('Execute Manuel Tests'){
Expand Down Expand Up @@ -115,6 +115,7 @@ pipeline{

stage('Deploy to AWS') {
steps {
// ec2 deploymnet code goes here
sh 'docker ps'
}
}
Expand Down

0 comments on commit bde721a

Please sign in to comment.