From e1c4423d141bc4b0960fb1cd50b768d776b951e0 Mon Sep 17 00:00:00 2001 From: Seth Akins Date: Sat, 20 Jan 2024 19:42:33 -0800 Subject: [PATCH] Added creation of env file --- .github/workflows/deploy_staging.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 1b456806..cf99cb31 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -36,6 +36,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Create env File + run: | + echo "${{ secrets.STAGING_ENV_FILE }}" > .env + - name: configure aws credentials uses: aws-actions/configure-aws-credentials@v3 with: