diff --git a/cours/deploy.py b/cours/deploy.py index 3b3ae4d..8fc4631 100644 --- a/cours/deploy.py +++ b/cours/deploy.py @@ -7,6 +7,7 @@ def deploy(*, dry_run): "rsync", "--itemize-changes", "--recursive", + "--delete", "build/html/", "dedi3:/srv/nginx/html/python", ]