Skip to content

.env file not detected after version >=1.14.0 #411

Closed
@PaulinCharliquart

Description

@PaulinCharliquart

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions