From eac6c075e5a69953ffeca072ee241531965d26b1 Mon Sep 17 00:00:00 2001 From: Grzegorz Huber Date: Wed, 26 Jun 2024 16:39:49 +0200 Subject: [PATCH] [DOC-595] apply devops pipeline for PROD --- bitbucket-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 28406d7..f346e94 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -230,14 +230,14 @@ pipelines: - aws sts get-caller-identity --output text - pip install -r requirements.txt - 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 -# oidc: true -# script: -# - *aws-context-prod -# - pip install -r requirements.txt -# - BB_PIPELINE_BRANCH="DEV" python terraform.py plan --environment=prod --module=streamlit-server + - step: + name: Plan streamlit-server on PROD + image: hugree/bitbucket-aws-python38-tf154:latest + oidc: true + script: + - *aws-context-prod + - pip install -r requirements.txt + - BB_PIPELINE_BRANCH="DEV" python terraform.py plan --environment=prod --module=streamlit-server # - step: # name: Plan textract-pipeline on PROD # image: hugree/terraform-with-snowsql:latest