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 }}