diff --git a/Makefile b/Makefile index 0af751358..d8a1350b5 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,4 @@ clean: deploy: @mkdir -p $(DEPLOY_DIR) && cp $(OUTPUT_DIR)/*.bundle.js $(DEPLOY_DIR) - scp $(DEPLOY_DIR)/*.bundle.js hristo.jitsi.net:/srv/web/hristo.jitsi.net/$(DEPLOY_DIR) - -dd: debug deploy