From 6866d9b5aa571197c9f598916e4b833c97191463 Mon Sep 17 00:00:00 2001 From: Avaneesh Kumar <45495598+avaneeshk098@users.noreply.github.com> Date: Sat, 4 Jan 2025 11:42:15 -0600 Subject: [PATCH] setting up .env using ci/cd --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a364108..f8b7d86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,6 +22,10 @@ jobs: source: "." target: "~/core" + - name: Create .env file + run: | + touch .env + echo "${{secrets.MONGO_URI}}" >> .env - name: Executing remote commands uses: appleboy/ssh-action@master with: