From 30b6a9e807ebdc30df30f897143195ad2af9649b Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sat, 2 Apr 2022 20:58:18 +0800 Subject: [PATCH] build: move back to acurl seems like publishing element is still to slow for hut on our instance --- .build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 0b7b5bc..244521d 100644 --- a/.build.yml +++ b/.build.yml @@ -11,7 +11,6 @@ packages: - make - g++ - libjpeg-turbo-dev - - hut sources: - https://github.com/vector-im/element-web#v1.10.8 tasks: @@ -24,4 +23,4 @@ tasks: cp element.xdavidwu.link/Information_Block.ogg element-web/webapp/media/message.ogg tar -C element-web/webapp -cvz . > https.tar.gz - publish: | - hut pages publish https.tar.gz --domain element.xdavidwu.link + acurl -f https://pages.xdavidwu.link/publish/element.xdavidwu.link -Fcontent=@https.tar.gz -- 2.43.0