From 3564d2929bea955900ed1e43a5d023582a1cdd77 Mon Sep 17 00:00:00 2001 From: fzorb Date: Thu, 5 Sep 2024 17:39:20 +0300 Subject: [PATCH] thanks geepeeteee --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 23f625e..fe76b96 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -41,7 +41,7 @@ jobs: - name: upload new files run: | - rsync -avzh yourrepository/public/ -e "ssh -i ~/.ssh/id_rsa -p 69" gitlab@107.189.28.28:/var/www/fzorb.xyz + rsync -avzh website/public/ -e "ssh -i ~/.ssh/id_rsa -p 69" gitlab@107.189.28.28:/var/www/fzorb.xyz - name: fix perms run: |