Skip to content

Commit

Permalink
Merge pull request LondheShubham153#181 from LondheShubham153/LondheS…
Browse files Browse the repository at this point in the history
…hubham153-patch-18

Update Jenkinsfile
  • Loading branch information
LondheShubham153 authored Mar 3, 2024
2 parents 24ef9c8 + 9225383 commit af4600e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevSecOps/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pipeline {
}
stage("Deploy"){
steps{
sh "docker-compose up -d"
sh "docker-compose down && docker-compose up -d"
echo "App Deployed Successfully"
}
}
Expand Down

0 comments on commit af4600e

Please sign in to comment.