From b4ae35916397f1b0a3490d19e88b217809cab247 Mon Sep 17 00:00:00 2001 From: finmoon Date: Thu, 9 Oct 2025 14:07:38 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_deploy.yaml --- .gitea/workflows/build_and_deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build_and_deploy.yaml b/.gitea/workflows/build_and_deploy.yaml index 79a4646..1ed8596 100644 --- a/.gitea/workflows/build_and_deploy.yaml +++ b/.gitea/workflows/build_and_deploy.yaml @@ -69,7 +69,6 @@ jobs: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }} key: ${{ secrets.SSH_PRIVATE_KEY }} - source: "./*" # Copies the content of the downloaded artifact directory + source: ".*" # Copies the content of the downloaded artifact directory target: "/var/www/html/finmoon" # The document root on your Apache server - strip_components: 1 # Removes the top-level directory from the source path rm: true # Removes existing files in the target directory before copying \ No newline at end of file