From e9e2e2b9e78f7db9fb84a20ac0566a136be5cb26 Mon Sep 17 00:00:00 2001 From: Vitaliy Potyarkin Date: Thu, 29 Aug 2024 13:12:51 +0300 Subject: [PATCH] deploy: Switch to gzip compression Signed-off-by: Vitaliy Potyarkin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb70542..0dea43e 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,4 @@ submodules: .PHONY: deploy deploy: test -f public/index.html - cd public && tar --zstd --create . | ssh deploy@frostfs.info frostfs.info + cd public && tar --gzip --create . | ssh deploy@frostfs.info frostfs.info