Closed
Description
rsconnect-python 1.15.0
Deploying an extra file in voila mode fails:
> rsconnect deploy voila ./hash.ipynb ./test.txt -n dogfood
Validating server... [OK]
Validating app mode... [OK]
Making bundle ... [ERROR]: 'test.txt' does not start with '/Users/kgartland/Projects/jumpstarts/voila-example'
Specifying the absolute path doesn't work either:
> rsconnect deploy voila ./hash.ipynb /Users/kgartland/Projects/jumpstarts/voila-example/test.txt -n dogfood
Validating server... [OK]
Validating app mode... [OK]
Making bundle ... [ERROR]: 'test.txt' does not start with '/Users/kgartland/Projects/jumpstarts/voila-example'
Metadata
Metadata
Assignees
Labels
No labels