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 3267ab4 commit 3f572a6Copy full SHA for 3f572a6
src/fastapi_cloud_cli/commands/deploy.py
@@ -68,6 +68,7 @@ def archive(path: Path) -> Path:
68
if filename.is_dir():
69
continue
70
71
+ logger.debug("Adding %s to archive", filename.relative_to(path))
72
tar.add(filename, arcname=filename.relative_to(path))
73
file_count += 1
74
0 commit comments