From 136e4e67cd81253d8168dee5806a1e10409624e3 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Wed, 7 Jun 2023 10:42:55 +0200 Subject: [PATCH] Create astro directory and copy .env there --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d198742..373424d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -57,8 +57,8 @@ jobs: replace_env 'MONGODB_PW' '${{ secrets.MONGODB_PW }}' .env replace_env 'TOKEN' '${{ secrets.TOKEN }}' .env - # mkdir -p ./astro - # cp .env ./astro/.env + mkdir -p ./astro + cp .env ./astro/.env - name: Start Production Services uses: appleboy/ssh-action@v0.1.10