From f9ef222efb60cf2223632ac61a2a8dff373918d3 Mon Sep 17 00:00:00 2001 From: AbhilashKD <124042593+AbhilashKD@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:43:25 +0530 Subject: [PATCH] Update production-deployment.yaml --- .github/workflows/production-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production-deployment.yaml b/.github/workflows/production-deployment.yaml index 679ca673..e3cd057a 100644 --- a/.github/workflows/production-deployment.yaml +++ b/.github/workflows/production-deployment.yaml @@ -31,6 +31,7 @@ jobs: - name: Create .env and Dockerfile run: | echo "${{ secrets.DOCKER_FILE_PROD }}" > Dockerfile + echo "${{ secrets.ENV_FILE_PROD }}" > .env - name: Build Docker image run: |