Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codvatechlabs authored Dec 27, 2022
1 parent 1cb74fc commit 4a9cc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI_CD_Scripts_without_infra/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ pipeline {
stage('Deploy') {
steps {
echo 'Hello Continuous Deploy Phase'
ansiblePlaybook credentialsId: 'asnible-user', installation: 'Ansible', playbook: '/etc/ansible/playbook/demo_deployment.yml'
ansiblePlaybook credentialsId: 'asnible-user', installation: 'Ansible', playbook: '/etc/ansible/playbook/deployment.yml'
}
}
stage('Monitoring') {
steps {
echo 'Hello Continuous Monitoring Phase'
build 'qa_dashboard_url_monitoring'
build 'ci_cid_url_monitoring'
}
}
stage('Slack Message') {
Expand Down

0 comments on commit 4a9cc10

Please sign in to comment.