Skip to content

Commit

Permalink
Update delius-core-rds-data-refresh.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed May 15, 2024
1 parent 89d4ed8 commit f8bde1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/delius-core-rds-data-refresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
jobs:
get_source_account_id:
runs-on: ubuntu-latest
environment: delius-core-${{ inputs.source_environment }}
environment: delius-core-${{ inputs.source_environment }}-preapproved
outputs:
account_id: "${{ steps.output_account_id.account_id}}"
steps:
Expand All @@ -59,7 +59,7 @@

get_dest_account_id:
runs-on: ubuntu-latest
environment: delius-core-${{ inputs.dest_environment }}
environment: delius-core-${{ inputs.dest_environment }}-preapproved
outputs:
account_id: "${{ steps.output_account_id.outputs.account_id}}"
steps:
Expand All @@ -70,7 +70,7 @@
source_environment:
needs: [get_source_account_id, get_dest_account_id]
runs-on: ubuntu-latest
environment: delius-core-${{ inputs.source_environment }}
environment: delius-core-${{ inputs.source_environment }}-preapproved
outputs:
DATETIME_STRING: "${{ steps.name.outputs.DATETIME_STRING }}"
SNAPSHOT_SOURCE_COPY_NAME": "${{ steps.name.outputs.SNAPSHOT_SOURCE_COPY_NAME }}"
Expand Down Expand Up @@ -134,7 +134,7 @@
destination_environment:
runs-on: ubuntu-latest
environment: delius-core-${{ inputs.dest_environment }}
environment: delius-core-${{ inputs.dest_environment }}-preapproved
needs: [source_environment, get_source_account_id, get_dest_account_id]
steps:
- name: Configure AWS Credentials
Expand Down

0 comments on commit f8bde1d

Please sign in to comment.