change command
All checks were successful
Deploy HTML to Docker LXC / deploy (push) Successful in 6s

This commit is contained in:
Roberto Musso
2026-04-11 01:57:10 +02:00
parent 5ce8fdabe9
commit b06b1fb1d5

View File

@@ -19,6 +19,6 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
source: "index.html,privacy.html,terms.html,assets/"
source: "index.html,privacy.html,terms.html,assets/*"
target: "/opt/adiuvai-website/html/"
overwrite: true
rm: true