From b3488e7a0709c086b5e76ca992d76cae1d46cb7f Mon Sep 17 00:00:00 2001 From: lesion Date: Wed, 28 Sep 2022 12:25:56 +0200 Subject: [PATCH] minor --- release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 474a6f41..790d7dd7 100755 --- a/release.sh +++ b/release.sh @@ -11,4 +11,5 @@ mv gancio-$RELEASE.tgz releases/latest.tgz cp gancio-$RELEASE.tgz.sig releases/ mv gancio-$RELEASE.tgz.sig releases/latest.tgz.sig yarn doc -rsync -a docs/_site/ gancio.org:/var/www/gancio/ +rsync -a docs/_site/ --chown=www-data:www-data cisti.web:/var/www/gancio/ +cd docs