Add GitHub repository to .env and compose file
This commit is contained in:
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -56,6 +56,9 @@ jobs:
|
||||
replace_env 'MONGODB_PW' '${{ secrets.MONGODB_PW }}'
|
||||
replace_env 'TOKEN' '${{ secrets.TOKEN }}'
|
||||
|
||||
# Append GitHub repository to .env
|
||||
echo "REPOSITORY=${{ github.repository }}" >> .env
|
||||
|
||||
mkdir -p ./astro
|
||||
cp .env ./astro/.env
|
||||
|
||||
|
Reference in New Issue
Block a user