From 688eac7c6702951cd061ab24a900fd5255254b03 Mon Sep 17 00:00:00 2001 From: Matt Jadud Date: Mon, 6 Jan 2025 15:27:47 -0500 Subject: [PATCH] Iterating GH Action Mon Jan 6 03:27:47 PM EST 2025 --- .github/workflows/deploy-to-dev.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-to-dev.yaml b/.github/workflows/deploy-to-dev.yaml index f06c40ae..c42154fb 100644 --- a/.github/workflows/deploy-to-dev.yaml +++ b/.github/workflows/deploy-to-dev.yaml @@ -31,6 +31,9 @@ jobs: AWS_CONFIG_FILE: "${GITHUB_WORKSPACE}/aws-config" AWS_SHARED_CREDENTIALS_FILE: "${GITHUB_WORKSPACE}/aws-credentials" steps: + + # This leaves the repository checked out in ${GITHUB_WORKSPACE}. + # So, ${GITHUB_WORKSPACE}/terraform is where the TF lives. - name: Checkout uses: actions/checkout@v4 @@ -62,7 +65,7 @@ jobs: # https://stackoverflow.com/questions/63048738/how-to-declare-variables-for-s3-backend-in-terraform - name: Setup TF creds for state bucket run: | - tee "${REPO}/terraform/${{ inputs.environment }}/backend_${{ inputs.environment }}.config" <