Create astro directory and copy .env there
This commit is contained in:
parent
91f6efb772
commit
136e4e67cd
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user