Update .gitea/workflows/build_and_deploy.yaml
Some checks failed
Build and Deploy Zola Site / build (push) Successful in 19s
Build and Deploy Zola Site / deploy (push) Failing after 6s

This commit is contained in:
2025-10-09 14:07:38 +00:00
parent 44285609a9
commit b4ae359163

View File

@@ -69,7 +69,6 @@ jobs:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }} username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }} 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 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 rm: true # Removes existing files in the target directory before copying