From 4d872567301ff710f6795b1649a22a8404f9915d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 21 Nov 2020 22:35:33 +0000 Subject: [PATCH] deployment work Signed-off-by: Ian Jackson --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a6fe6ea6..644163bc 100644 --- a/Makefile +++ b/Makefile @@ -229,10 +229,11 @@ DEPLOY_BASE=ian@login.chiark.greenend.org.uk:/volatile/Otter deploy: stamp/cargo.deploy-build bundled-sources assets libraries rsync -zv --progress $(addprefix $(DEPLOY_TARGET_DIR)/,$(PROGRAMS)) $(DEPLOY_BASE)/bin/ rsync -rv --progress $(TARGET_DIR)/bundled-sources/. $(DEPLOY_BASE)/bundled-sources - rsync -rv --progress README.md $(DEPLOY_BASE)/. - rsync -rv --progress --delete --exclude=\*~ library/. $(DEPLOY_BASE)/library/. - rsync -rv --progress $(FILEASSETS) $(addprefix $(WASM_PACKED)/, $(WASM_ASSETS)) \ + rsync -r README.md $(DEPLOY_BASE)/. + rsync -r --delete --exclude=\*~ library $(DEPLOY_BASE)/. + rsync -r $(FILEASSETS) $(addprefix $(WASM_PACKED)/, $(WASM_ASSETS)) \ $(DEPLOY_BASE)/assets/ + @echo Deployment file copies complete. #$(DEPLOY_BASE)/bundled-sources -- 2.30.2