release site update
All checks were successful
Deploy HTML to Docker LXC / deploy (push) Successful in 4s

This commit is contained in:
2026-03-04 09:22:15 +01:00
parent 357fe035f7
commit ac4e4d531b

View File

@@ -19,7 +19,6 @@ jobs:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }} username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}
source: "./*" source: "index.html"
target: "/opt/adiuva-website/html/" target: "/opt/adiuva-website/html/"
strip_components: 1
overwrite: true overwrite: true