Skip to content

Commit

Permalink
Update JenkinsFile-deploy.stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Imtiah01 committed Jan 22, 2025
1 parent e6fa526 commit eb14910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp_cdk_python/JenkinsFile-deploy.stacks
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pipeline {
stage('Check env') {
steps {
// Use Python3, activate venv, install Python dependencies, synthesize the CDK app and deploy the CDK stack
sh 'virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install -r requirements.txt && cdk deploy --require-approval never'
sh 'virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install -r requirements.txt && cdk deploy --require-approval never --all'
}
}
}
Expand Down

0 comments on commit eb14910

Please sign in to comment.