From e4352bda1ea8f3b1fb4a96cece575df68400bae4 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 3 Oct 2023 18:05:21 +0100 Subject: [PATCH] corrected reference to s3 bucekts --- .github/workflows/Deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 4b063ec..cc5c716 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -113,8 +113,8 @@ jobs: - name: Deploy to AWS Lambda via Serverless env: RUNTIME_ENVIRONMENT: ${{ steps.set_runtime_environment.outputs.runtime_environment }} - PREDICTIONS_BUCKET: ${{ steps.s3_buckets.outputs.predictions_bucket }} - DATA_BUCKET: ${{ steps.s3_buckets.outputs.data_bucket }} + PREDICTIONS_BUCKET: ${{ steps.set_s3_buckets.outputs.predictions_bucket }} + DATA_BUCKET: ${{ steps.set_s3_buckets.outputs.data_bucket }} DOMAIN_NAME: ${{ steps.set_domain.outputs.domain }} ECR_URI: ${{ steps.set_ecr_credentials.outputs.ecr_uri }} GITHUB_SHA: ${{ github.sha }}