We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7670ef4 commit 9a3f11bCopy full SHA for 9a3f11b
src/fastapi_cloud_cli/commands/deploy.py
@@ -67,6 +67,7 @@ def archive(path: Path) -> Path:
67
if filename.is_dir():
68
continue
69
70
+ logger.debug("Adding %s to archive", filename.relative_to(path))
71
tar.add(filename, arcname=filename.relative_to(path))
72
file_count += 1
73
0 commit comments