Closed
Description
hi,
I have a file named .env
in my app folder not detected while deploying or writing the manifest.
Reproducible example:
mkdir app
touch app/.env app/main.py
pip install rsconnect-python==1.16.0 # or >=1.14.0
rsconnect write-manifest streamlit app
grep ".env" app/manifest.json # nothing found
# with 1.10.0
pip install rsconnect-python==1.10.0
rsconnect write-manifest streamlit app --overwrite
grep ".env" app/manifest.json
kind regards,
Paulin
Metadata
Metadata
Assignees
Labels
No labels