From da5639e1adef0ab0be09308f318378c82536ab46 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Wed, 4 Oct 2023 16:18:51 +0100 Subject: [PATCH] Temp use staging pipeline to run a deployment --- .github/workflows/staging_pipeline.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index f7a676dd3..b9683f986 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - AwsProdDeploy pull_request: types: - opened @@ -233,12 +234,12 @@ jobs: aws_deploy: name: AWS Deploy - if: github.ref == 'refs/heads/main' - needs: [lint, test, feature_test, audit] + if: github.ref == 'refs/heads/AwsProdDeploy' + #needs: [lint, test, feature_test, audit] uses: ./.github/workflows/aws_deploy.yml with: - aws_account_id: 107155005276 - aws_resource_prefix: core-staging - environment: staging + aws_account_id: 977287343304 + aws_resource_prefix: core-prod + environment: production permissions: id-token: write