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: