Browse Source

Checkout infra code to run workflow

pull/2055/head
Rachael Booth 3 years ago
parent
commit
d017cebeb8
  1. 18
      .github/workflows/review_pipeline.yml

18
.github/workflows/review_pipeline.yml

@ -10,6 +10,9 @@ on:
- synchronize
- reopened
workflow_dispatch:
push:
branches:
- AwsReviewApps
defaults:
run:
@ -17,7 +20,20 @@ defaults:
jobs:
infra:
name: Deploy review app infrastructure - TODO
name: Deploy review app infrastructure
runs-on: ubuntu-latest
steps:
- name: Checkout infrastructure code
uses: actions/checkout@v3
with:
repository: communitiesuk/submit-social-housing-lettings-and-sales-data-infrastructure
ref: ReviewAppsDeploy
- name: Create review app infra
uses: communitiesuk/submit-social-housing-lettings-and-sales-data-infrastructure/.github/workflows/create_review_app_infra.yml@ReviewAppsDeploy
with:
key: ${{ github.event.pull_request.number }}
code:
name: Deploy review app code

Loading…
Cancel
Save