Create astro directory and copy .env there

This commit is contained in:
Max Schmidt 2023-06-07 10:42:55 +02:00
parent 91f6efb772
commit 136e4e67cd

View File

@ -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