[DOC-595] apply devops pipeline for PROD

This commit is contained in:
Grzegorz Huber
2024-06-26 16:31:02 +02:00
parent 413fa0dd83
commit 547b3b3937
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -222,15 +222,14 @@ pipelines:
feature/DOC-595-cicd-for-prod:
- parallel:
- step:
name: Plan devops-pipeline on PROD
name: Apply devops-pipeline on PROD
image: hugree/bitbucket-aws-python38-tf154:latest
oidc: true
script:
- *aws-context-prod
- echo $AWS_ROLE_ARN | base64
- aws sts get-caller-identity --output text
- pip install -r requirements.txt
- BB_PIPELINE_BRANCH="DEV" python terraform.py plan --environment=prod --module=devops-pipeline/other-resources
- BB_PIPELINE_BRANCH="DEV" python terraform.py apply --environment=prod --module=devops-pipeline/other-resources
# - step:
# name: Plan streamlit-server on PROD
# image: hugree/bitbucket-aws-python38-tf154:latest