From: Ian Jackson Date: Sat, 21 Nov 2020 22:35:33 +0000 (+0000) Subject: deployment work X-Git-Tag: otter-0.2.0~416 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4d872567301ff710f6795b1649a22a8404f9915d;p=otter.git deployment work Signed-off-by: Ian Jackson --- 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