Skip to content

Deploying extra files with voila mode fails #381

Closed
@kgartland-rstudio

Description

@kgartland-rstudio

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

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