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