From 6d11a3f308a4fab3b80db5f82b62383462720a6a Mon Sep 17 00:00:00 2001 From: Umang Mistry Date: Thu, 23 May 2024 15:34:16 -0500 Subject: [PATCH] testing ssm commands with new dev instance --- bitbucket-pipelines.yml | 2 +- streamlit/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e1de89b..fb44e67 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -118,7 +118,7 @@ pipelines: - python -m pip install --upgrade pip - apt-get update && apt-get install -y jq git - pip install awscli - - *aws-context + - *aws-context-dev - *ssm-send-command condition: changesets: diff --git a/streamlit/constants.py b/streamlit/constants.py index e7b9fc8..07ebd11 100644 --- a/streamlit/constants.py +++ b/streamlit/constants.py @@ -217,4 +217,4 @@ DEV_STAGING_SCHEMA="STG" UAT_DB_ROLE = "UATADMIN", UAT_WH="UAT_XS", UAT_DB="DOCZY_UAT", -UAT_STAGING_SCHEMA="STG" \ No newline at end of file +UAT_STAGING_SCHEMA="STG"