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