Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
448 B

name: Production CI/CD Pipeline
on:
release:
types: [released]
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
aws_deploy:
name: AWS Deploy
uses: ./.github/workflows/aws_deploy.yml
with:
aws_account_id: 977287343304
aws_task_prefix: core-prod
aws_role_prefix: core-prod
environment: production
release_tag: ${{ needs.test.outputs.releasetag }}
permissions:
id-token: write