From e4c2fea1403ba9395436a5ad36a11e3d83959709 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Tue, 14 Jul 2026 19:19:24 +0200 Subject: [PATCH] ci: updates tar_tmp_path --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a9d696..221e083 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Build & Deploy on: push: - branches: [ main ] + branches: [ main, ci-* ] jobs: build: @@ -36,6 +36,7 @@ jobs: source: "publish/*" target: "/var/www/ReverseLlama" strip_components: 1 + tar_tmp_path: "~" - name: Restart app uses: appleboy/ssh-action@v1.2.0