Frequently Asked Questions (FAQs)
Is everything I deploy public?
Yes. We currently only support deploying code from a public GitHub repository. Each deployment has a unique public URL that anyone with the link can access.
Additionally, your Content page is also public.
Can I publish from a subdirectory within my repo?
Yes. Simply indicate the directory path when specifying the primary file. For example, analysis/app.py
. The corresponding requirements.txt
file can be in either that subdirectory or in a parent directory.