Browse Source

Temp use staging pipeline to run a deployment

AwsProdDeploy
Rachael Booth 1 year ago
parent
commit
da5639e1ad
  1. 11
      .github/workflows/staging_pipeline.yml

11
.github/workflows/staging_pipeline.yml

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- AwsProdDeploy
pull_request: pull_request:
types: types:
- opened - opened
@ -233,12 +234,12 @@ jobs:
aws_deploy: aws_deploy:
name: AWS Deploy name: AWS Deploy
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/AwsProdDeploy'
needs: [lint, test, feature_test, audit] #needs: [lint, test, feature_test, audit]
uses: ./.github/workflows/aws_deploy.yml uses: ./.github/workflows/aws_deploy.yml
with: with:
aws_account_id: 107155005276 aws_account_id: 977287343304
aws_resource_prefix: core-staging aws_resource_prefix: core-prod
environment: staging environment: production
permissions: permissions:
id-token: write id-token: write

Loading…
Cancel
Save