diff --git a/Makefile b/Makefile
index 34b25197dd01ef78c21dc0aecc1e95713679aa2e..10d299729ffb3c400f7bd92e6a2793cc5c03228b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-.PHONY: docs tests check check-format mypy pylint format
+.PHONY: docs tests check check-format mypy pylint format build deploy deploy_test
+.SILENT: deploy deploy_test # do not echo commands with password
 
 # generate documentation
 docs: