Update .gitea/workflows/build_and_deploy.yaml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user